Html Css Color HEX #CF0016 Venetian Red

📋 copy color: '#CF0016'

red 207 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #CF0016

Tints of Venetian Red #CF0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.39%
G = 0%
B = 9.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF0016 (or 0xCF0016) is known color: Venetian Red. HEX triplet: CF, 00 and 16. RGB value is (207,0,22). Sum of RGB (Red+Green+Blue) = 207+0+22=229 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.39% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0016 is #30FFE9. Grayscale: #404040. Windows color (decimal): -3211242 or 1441999. OLE color: 1441999.

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

Color convert

RGB 207 0 22 -
CMYK 0 1 0.89 0.19
HSL 353.62º 1% 0.41% -
HSV(B) 353.62º 1% 0.81% -
XYZ 25.88 13.32 1.97 -
YUV 64.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 207 0 22 0 1 0.89 0.19 353.62 1 0.41
Hex CF 0 16 0 64 59 13 162 64 29
Octal 317 0 26 0 144 131 23 542 144 51
Binary 11001111 0 10110 0 1100100 1011001 10011 101100010 1100100 101001

Color Harmonies of #CF0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0016

Black with #CF0016

Text Example


Text Example

White with #CF0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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