Html Css Color HEX #CF0722 Venetian Red

📋 copy color: '#CF0722'

red 207 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #CF0722

Tints of Venetian Red #CF0722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 83.47%
G = 2.82%
B = 13.71%

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

#CF0722 (or 0xCF0722) is known color: Venetian Red. HEX triplet: CF, 07 and 22. RGB value is (207,7,34). Sum of RGB (Red+Green+Blue) = 207+7+34=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0722 is #30F8DD. Grayscale: #454545. Windows color (decimal): -3209438 or 2230223. OLE color: 2230223.

HSL color Cylindrical-coordinate representation of color #CF0722: hue angle of 351.9º 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 #CF0722 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 34 -
CMYK 0 0.97 0.84 0.19
HSL 351.9º 0.93% 0.42% -
HSV(B) 351.9º 0.97% 0.81% -
XYZ 26.1 13.53 2.75 -
YUV 69.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 207 7 34 0 0.97 0.84 0.19 351.9 0.93 0.42
Hex CF 7 22 0 61 54 13 160 5D 2A
Octal 317 7 42 0 141 124 23 540 135 52
Binary 11001111 111 100010 0 1100001 1010100 10011 101100000 1011101 101010

Color Harmonies of #CF0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0722

Black with #CF0722

Text Example


Text Example

White with #CF0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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