Html Css Color HEX #C00E1F Venetian Red

📋 copy color: '#C00E1F'

red 192 ◦ green 14 ◦ blue 31

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

Shades of Venetian Red #C00E1F

Tints of Venetian Red #C00E1F

RGB

 RED value IS 192 (75.39% from 255) = 81.01%

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 81.01%
G = 5.91%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C00E1F (or 0xC00E1F) is known color: Venetian Red. HEX triplet: C0, 0E and 1F. RGB value is (192,14,31). Sum of RGB (Red+Green+Blue) = 192+14+31=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C00E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00E1F is #3FF1E0. Grayscale: #454545. Windows color (decimal): -4190689 or 2035392. OLE color: 2035392.

HSL color Cylindrical-coordinate representation of color #C00E1F: hue angle of 354.27º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00E1F is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 14 31 -
CMYK 0 0.93 0.84 0.25
HSL 354.27º 0.86% 0.4% -
HSV(B) 354.27º 0.93% 0.75% -
XYZ 22.14 11.62 2.37 -
YUV 69.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 192 14 31 0 0.93 0.84 0.25 354.27 0.86 0.4
Hex C0 E 1F 0 5D 54 19 162 56 28
Octal 300 16 37 0 135 124 31 542 126 50
Binary 11000000 1110 11111 0 1011101 1010100 11001 101100010 1010110 101000

Color Harmonies of #C00E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00E1F

Black with #C00E1F

Text Example


Text Example

White with #C00E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00E1F; }

 p { color: rgb(192,14,31); }

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

background-color css

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

 a { background-color: rgb(192,14,31); }

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

border-color css

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

 span { border-color: rgb(192,14,31); }

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