Html Css Color HEX #CF0512 Venetian Red

📋 copy color: '#CF0512'

red 207 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #CF0512

Tints of Venetian Red #CF0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 90%
G = 2.17%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0512 (or 0xCF0512) is known color: Venetian Red. HEX triplet: CF, 05 and 12. RGB value is (207,5,18). Sum of RGB (Red+Green+Blue) = 207+5+18=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0512 is #30FAED. Grayscale: #434343. Windows color (decimal): -3209966 or 1181135. OLE color: 1181135.

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

Color convert

RGB 207 5 18 -
CMYK 0 0.98 0.91 0.19
HSL 356.14º 0.95% 0.42% -
HSV(B) 356.14º 0.98% 0.81% -
XYZ 25.9 13.42 1.8 -
YUV 66.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 207 5 18 0 0.98 0.91 0.19 356.14 0.95 0.42
Hex CF 5 12 0 62 5B 13 164 5F 2A
Octal 317 5 22 0 142 133 23 544 137 52
Binary 11001111 101 10010 0 1100010 1011011 10011 101100100 1011111 101010

Color Harmonies of #CF0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0512

Black with #CF0512

Text Example


Text Example

White with #CF0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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