Html Css Color HEX #CE0013 Venetian Red

📋 copy color: '#CE0013'

red 206 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #CE0013

Tints of Venetian Red #CE0013

RGB

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

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

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

R = 91.56%
G = 0%
B = 8.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE0013 (or 0xCE0013) is known color: Venetian Red. HEX triplet: CE, 00 and 13. RGB value is (206,0,19). Sum of RGB (Red+Green+Blue) = 206+0+19=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0013 is #31FFEC. Grayscale: #3F3F3F. Windows color (decimal): -3276781 or 1245390. OLE color: 1245390.

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

Color convert

RGB 206 0 19 -
CMYK 0 1 0.91 0.19
HSL 354.47º 1% 0.4% -
HSV(B) 354.47º 1% 0.81% -
XYZ 25.57 13.17 1.81 -
YUV 63.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 206 0 19 0 1 0.91 0.19 354.47 1 0.4
Hex CE 0 13 0 64 5B 13 162 64 28
Octal 316 0 23 0 144 133 23 542 144 50
Binary 11001110 0 10011 0 1100100 1011011 10011 101100010 1100100 101000

Color Harmonies of #CE0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0013

Black with #CE0013

Text Example


Text Example

White with #CE0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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