Html Css Color HEX #CF0813 Venetian Red

📋 copy color: '#CF0813'

red 207 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #CF0813

Tints of Venetian Red #CF0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 88.46%
G = 3.42%
B = 8.12%

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

#CF0813 (or 0xCF0813) is known color: Venetian Red. HEX triplet: CF, 08 and 13. RGB value is (207,8,19). Sum of RGB (Red+Green+Blue) = 207+8+19=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0813 is #30F7EC. Grayscale: #444444. Windows color (decimal): -3209197 or 1247439. OLE color: 1247439.

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

Color convert

RGB 207 8 19 -
CMYK 0 0.96 0.91 0.19
HSL 356.68º 0.93% 0.42% -
HSV(B) 356.68º 0.96% 0.81% -
XYZ 25.94 13.49 1.85 -
YUV 68.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 207 8 19 0 0.96 0.91 0.19 356.68 0.93 0.42
Hex CF 8 13 0 60 5B 13 165 5D 2A
Octal 317 10 23 0 140 133 23 545 135 52
Binary 11001111 1000 10011 0 1100000 1011011 10011 101100101 1011101 101010

Color Harmonies of #CF0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0813

Black with #CF0813

Text Example


Text Example

White with #CF0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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