Html Css Color HEX #CE0C13 Venetian Red

📋 copy color: '#CE0C13'

red 206 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #CE0C13

Tints of Venetian Red #CE0C13

RGB

 RED value IS 206 (80.86% from 255) = 86.92%

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

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

R = 86.92%
G = 5.06%
B = 8.02%

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

#CE0C13 (or 0xCE0C13) is known color: Venetian Red. HEX triplet: CE, 0C and 13. RGB value is (206,12,19). Sum of RGB (Red+Green+Blue) = 206+12+19=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0C13 is #31F3EC. Grayscale: #464646. Windows color (decimal): -3273709 or 1248462. OLE color: 1248462.

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

Color convert

RGB 206 12 19 -
CMYK 0 0.94 0.91 0.19
HSL 357.84º 0.89% 0.43% -
HSV(B) 357.84º 0.94% 0.81% -
XYZ 25.7 13.43 1.85 -
YUV 70.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 206 12 19 0 0.94 0.91 0.19 357.84 0.89 0.43
Hex CE C 13 0 5E 5B 13 166 59 2B
Octal 316 14 23 0 136 133 23 546 131 53
Binary 11001110 1100 10011 0 1011110 1011011 10011 101100110 1011001 101011

Color Harmonies of #CE0C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C13

Black with #CE0C13

Text Example


Text Example

White with #CE0C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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