Html Css Color HEX #CF0012 Venetian Red

📋 copy color: '#CF0012'

red 207 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #CF0012

Tints of Venetian Red #CF0012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8%

R = 92%
G = 0%
B = 8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0012 (or 0xCF0012) is known color: Venetian Red. HEX triplet: CF, 00 and 12. RGB value is (207,0,18). Sum of RGB (Red+Green+Blue) = 207+0+18=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0012 is #30FFED. Grayscale: #404040. Windows color (decimal): -3211246 or 1179855. OLE color: 1179855.

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

Color convert

RGB 207 0 18 -
CMYK 0 1 0.91 0.19
HSL 354.78º 1% 0.41% -
HSV(B) 354.78º 1% 0.81% -
XYZ 25.84 13.31 1.78 -
YUV 63.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 207 0 18 0 1 0.91 0.19 354.78 1 0.41
Hex CF 0 12 0 64 5B 13 163 64 29
Octal 317 0 22 0 144 133 23 543 144 51
Binary 11001111 0 10010 0 1100100 1011011 10011 101100011 1100100 101001

Color Harmonies of #CF0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0012

Black with #CF0012

Text Example


Text Example

White with #CF0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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