Html Css Color HEX #CE0B14 Venetian Red

📋 copy color: '#CE0B14'

red 206 ◦ green 11 ◦ blue 20

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

Shades of Venetian Red #CE0B14

Tints of Venetian Red #CE0B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.64%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 86.92%
G = 4.64%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0B14 (or 0xCE0B14) is known color: Venetian Red. HEX triplet: CE, 0B and 14. RGB value is (206,11,20). Sum of RGB (Red+Green+Blue) = 206+11+20=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0B14 is #31F4EB. Grayscale: #464646. Windows color (decimal): -3273964 or 1313742. OLE color: 1313742.

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

Color convert

RGB 206 11 20 -
CMYK 0 0.95 0.90 0.19
HSL 357.23º 0.9% 0.43% -
HSV(B) 357.23º 0.95% 0.81% -
XYZ 25.7 13.41 1.9 -
YUV 70.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 206 11 20 0 0.95 0.90 0.19 357.23 0.9 0.43
Hex CE B 14 0 5F 5A 13 165 5A 2B
Octal 316 13 24 0 137 132 23 545 132 53
Binary 11001110 1011 10100 0 1011111 1011010 10011 101100101 1011010 101011

Color Harmonies of #CE0B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B14

Black with #CE0B14

Text Example


Text Example

White with #CE0B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B14; }

 p { color: rgb(206,11,20); }

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

background-color css

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

 a { background-color: rgb(206,11,20); }

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

border-color css

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

 span { border-color: rgb(206,11,20); }

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