Html Css Color HEX #CF0E19 Venetian Red

📋 copy color: '#CF0E19'

red 207 ◦ green 14 ◦ blue 25

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

Shades of Venetian Red #CF0E19

Tints of Venetian Red #CF0E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 84.15%
G = 5.69%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0E19 (or 0xCF0E19) is known color: Venetian Red. HEX triplet: CF, 0E and 19. RGB value is (207,14,25). Sum of RGB (Red+Green+Blue) = 207+14+25=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0E19 is #30F1E6. Grayscale: #494949. Windows color (decimal): -3207655 or 1642191. OLE color: 1642191.

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

Color convert

RGB 207 14 25 -
CMYK 0 0.93 0.88 0.19
HSL 356.58º 0.87% 0.43% -
HSV(B) 356.58º 0.93% 0.81% -
XYZ 26.06 13.65 2.18 -
YUV 72.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 207 14 25 0 0.93 0.88 0.19 356.58 0.87 0.43
Hex CF E 19 0 5D 58 13 165 57 2B
Octal 317 16 31 0 135 130 23 545 127 53
Binary 11001111 1110 11001 0 1011101 1011000 10011 101100101 1010111 101011

Color Harmonies of #CF0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E19

Black with #CF0E19

Text Example


Text Example

White with #CF0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E19; }

 p { color: rgb(207,14,25); }

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

background-color css

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

 a { background-color: rgb(207,14,25); }

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

border-color css

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

 span { border-color: rgb(207,14,25); }

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