Html Css Color HEX #CF0C13 Venetian Red

📋 copy color: '#CF0C13'

red 207 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #CF0C13

Tints of Venetian Red #CF0C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 86.97%
G = 5.04%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0C13 (or 0xCF0C13) is known color: Venetian Red. HEX triplet: CF, 0C and 13. RGB value is (207,12,19). Sum of RGB (Red+Green+Blue) = 207+12+19=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0C13 is #30F3EC. Grayscale: #474747. Windows color (decimal): -3208173 or 1248463. OLE color: 1248463.

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

Color convert

RGB 207 12 19 -
CMYK 0 0.94 0.91 0.19
HSL 357.85º 0.89% 0.43% -
HSV(B) 357.85º 0.94% 0.81% -
XYZ 25.98 13.58 1.87 -
YUV 71.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 207 12 19 0 0.94 0.91 0.19 357.85 0.89 0.43
Hex CF C 13 0 5E 5B 13 166 59 2B
Octal 317 14 23 0 136 133 23 546 131 53
Binary 11001111 1100 10011 0 1011110 1011011 10011 101100110 1011001 101011

Color Harmonies of #CF0C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0C13

Black with #CF0C13

Text Example


Text Example

White with #CF0C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0C13; }

 p { color: rgb(207,12,19); }

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

background-color css

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

 a { background-color: rgb(207,12,19); }

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

border-color css

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

 span { border-color: rgb(207,12,19); }

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