Html Css Color HEX #CE001E Venetian Red

📋 copy color: '#CE001E'

red 206 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #CE001E

Tints of Venetian Red #CE001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.29%
G = 0%
B = 12.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE001E (or 0xCE001E) is known color: Venetian Red. HEX triplet: CE, 00 and 1E. RGB value is (206,0,30). Sum of RGB (Red+Green+Blue) = 206+0+30=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE001E is #31FFE1. Grayscale: #414141. Windows color (decimal): -3276770 or 1966286. OLE color: 1966286.

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

Color convert

RGB 206 0 30 -
CMYK 0 1 0.85 0.19
HSL 351.26º 1% 0.4% -
HSV(B) 351.26º 1% 0.81% -
XYZ 25.69 13.22 2.43 -
YUV 65.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 206 0 30 0 1 0.85 0.19 351.26 1 0.4
Hex CE 0 1E 0 64 55 13 15F 64 28
Octal 316 0 36 0 144 125 23 537 144 50
Binary 11001110 0 11110 0 1100100 1010101 10011 101011111 1100100 101000

Color Harmonies of #CE001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE001E

Black with #CE001E

Text Example


Text Example

White with #CE001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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