Html Css Color HEX #CF0912 Venetian Red

📋 copy color: '#CF0912'

red 207 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #CF0912

Tints of Venetian Red #CF0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

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

R = 88.46%
G = 3.85%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0912 (or 0xCF0912) is known color: Venetian Red. HEX triplet: CF, 09 and 12. RGB value is (207,9,18). Sum of RGB (Red+Green+Blue) = 207+9+18=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0912 is #30F6ED. Grayscale: #454545. Windows color (decimal): -3208942 or 1182159. OLE color: 1182159.

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

Color convert

RGB 207 9 18 -
CMYK 0 0.96 0.91 0.19
HSL 357.27º 0.92% 0.42% -
HSV(B) 357.27º 0.96% 0.81% -
XYZ 25.94 13.5 1.81 -
YUV 69.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 207 9 18 0 0.96 0.91 0.19 357.27 0.92 0.42
Hex CF 9 12 0 60 5B 13 165 5C 2A
Octal 317 11 22 0 140 133 23 545 134 52
Binary 11001111 1001 10010 0 1100000 1011011 10011 101100101 1011100 101010

Color Harmonies of #CF0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0912

Black with #CF0912

Text Example


Text Example

White with #CF0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0912; }

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

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

background-color css

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

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

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

border-color css

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

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

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