Html Css Color HEX #CF0216 Venetian Red

📋 copy color: '#CF0216'

red 207 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #CF0216

Tints of Venetian Red #CF0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 89.61%
G = 0.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF0216 (or 0xCF0216) is known color: Venetian Red. HEX triplet: CF, 02 and 16. RGB value is (207,2,22). Sum of RGB (Red+Green+Blue) = 207+2+22=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0216 is #30FDE9. Grayscale: #414141. Windows color (decimal): -3210730 or 1442511. OLE color: 1442511.

HSL color Cylindrical-coordinate representation of color #CF0216: hue angle of 354.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0216 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 22 -
CMYK 0 0.99 0.89 0.19
HSL 354.15º 0.98% 0.41% -
HSV(B) 354.15º 0.99% 0.81% -
XYZ 25.9 13.37 1.97 -
YUV 65.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 207 2 22 0 0.99 0.89 0.19 354.15 0.98 0.41
Hex CF 2 16 0 63 59 13 162 62 29
Octal 317 2 26 0 143 131 23 542 142 51
Binary 11001111 10 10110 0 1100011 1011001 10011 101100010 1100010 101001

Color Harmonies of #CF0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0216

Black with #CF0216

Text Example


Text Example

White with #CF0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0216; }

 p { color: rgb(207,2,22); }

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

background-color css

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

 a { background-color: rgb(207,2,22); }

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

border-color css

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

 span { border-color: rgb(207,2,22); }

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