Html Css Color HEX #CE0B1E Venetian Red

📋 copy color: '#CE0B1E'

red 206 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #CE0B1E

Tints of Venetian Red #CE0B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 83.4%
G = 4.45%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE0B1E (or 0xCE0B1E) is known color: Venetian Red. HEX triplet: CE, 0B and 1E. RGB value is (206,11,30). Sum of RGB (Red+Green+Blue) = 206+11+30=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B1E is #31F4E1. Grayscale: #474747. Windows color (decimal): -3273954 or 1969102. OLE color: 1969102.

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

Color convert

RGB 206 11 30 -
CMYK 0 0.95 0.85 0.19
HSL 354.15º 0.9% 0.43% -
HSV(B) 354.15º 0.95% 0.81% -
XYZ 25.81 13.45 2.47 -
YUV 71.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 206 11 30 0 0.95 0.85 0.19 354.15 0.9 0.43
Hex CE B 1E 0 5F 55 13 162 5A 2B
Octal 316 13 36 0 137 125 23 542 132 53
Binary 11001110 1011 11110 0 1011111 1010101 10011 101100010 1011010 101011

Color Harmonies of #CE0B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B1E

Black with #CE0B1E

Text Example


Text Example

White with #CE0B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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