Html Css Color HEX #CE010E Venetian Red

📋 copy color: '#CE010E'

red 206 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #CE010E

Tints of Venetian Red #CE010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 93.21%
G = 0.45%
B = 6.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE010E (or 0xCE010E) is known color: Venetian Red. HEX triplet: CE, 01 and 0E. RGB value is (206,1,14). Sum of RGB (Red+Green+Blue) = 206+1+14=221 (29% of max value = 765). Red value is 206 (80.86% from 255 or 93.21% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 206 - color contains mainly: red. Hex color #CE010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE010E is #31FEF1. Grayscale: #3F3F3F. Windows color (decimal): -3276530 or 917966. OLE color: 917966.

HSL color Cylindrical-coordinate representation of color #CE010E: hue angle of 356.2º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 14 -
CMYK 0 1.00 0.93 0.19
HSL 356.2º 0.99% 0.41% -
HSV(B) 356.2º 1% 0.81% -
XYZ 25.54 13.18 1.61 -
YUV 63.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 206 1 14 0 1.00 0.93 0.19 356.2 0.99 0.41
Hex CE 1 E 0 64 5D 13 164 63 29
Octal 316 1 16 0 144 135 23 544 143 51
Binary 11001110 1 1110 0 1100100 1011101 10011 101100100 1100011 101001

Color Harmonies of #CE010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE010E

Black with #CE010E

Text Example


Text Example

White with #CE010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE010E; }

 p { color: rgb(206,1,14); }

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

background-color css

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

 a { background-color: rgb(206,1,14); }

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

border-color css

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

 span { border-color: rgb(206,1,14); }

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