Html Css Color HEX #CF0721 Venetian Red

📋 copy color: '#CF0721'

red 207 ◦ green 7 ◦ blue 33

#CF0721
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CF0721

Tints of Venetian Red #CF0721

RGB

 RED value IS 207 (81.25% from 255) = 83.81%

 GREEN value IS 7 (3.13% from 255) = 2.83%

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 83.81%
G = 2.83%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0721 (or 0xCF0721) is known color: Venetian Red. HEX triplet: CF, 07 and 21. RGB value is (207,7,33). Sum of RGB (Red+Green+Blue) = 207+7+33=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0721 is #30F8DE. Grayscale: #454545. Windows color (decimal): -3209439 or 2164687. OLE color: 2164687.

HSL color Cylindrical-coordinate representation of color #CF0721: hue angle of 352.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0721 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 33 -
CMYK 0 0.97 0.84 0.19
HSL 352.2º 0.93% 0.42% -
HSV(B) 352.2º 0.97% 0.81% -
XYZ 26.08 13.53 2.68 -
YUV 69.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 207 7 33 0 0.97 0.84 0.19 352.2 0.93 0.42
Hex CF 7 21 0 61 54 13 160 5D 2A
Octal 317 7 41 0 141 124 23 540 135 52
Binary 11001111 111 100001 0 1100001 1010100 10011 101100000 1011101 101010

Color Harmonies of #CF0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0721

Black with #CF0721

Text Example


Text Example

White with #CF0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0721; }

 p { color: rgb(207,7,33); }

 H1.HeaderClassName
 {
   color: #CF0721;
 }
 .AnyTagClassName
 {
   color: #CF0721;
 }
</style>

background-color css

<style>
 a { background-color: #CF0721; }

 a { background-color: rgb(207,7,33); }

 div.DivClassName
 {
   background-color: #CF0721;
 }
 .BgClassName
 {
   background-color: #CF0721;
 }
</style>

border-color css

<style>
 span { border-color: #CF0721; }

 span { border-color: rgb(207,7,33); }

 td.TdClassName
 {
   border-color: #CF0721;
 }
 .TagClassName
 {
   border-color: #CF0721;
 }
</style>