Html Css Color HEX #CE0003 Venetian Red

📋 copy color: '#CE0003'

red 206 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #CE0003

Tints of Venetian Red #CE0003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 98.56%
G = 0%
B = 1.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE0003 (or 0xCE0003) is known color: Venetian Red. HEX triplet: CE, 00 and 03. RGB value is (206,0,3). Sum of RGB (Red+Green+Blue) = 206+0+3=209 (27% of max value = 765). Red value is 206 (80.86% from 255 or 98.56% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0003 is #31FFFC. Grayscale: #3E3E3E. Windows color (decimal): -3276797 or 196814. OLE color: 196814.

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

Color convert

RGB 206 0 3 -
CMYK 0 1 0.99 0.19
HSL 359.13º 1% 0.4% -
HSV(B) 359.13º 1% 0.81% -
XYZ 25.47 13.13 1.28 -
YUV 61.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 206 0 3 0 1 0.99 0.19 359.13 1 0.4
Hex CE 0 3 0 64 63 13 167 64 28
Octal 316 0 3 0 144 143 23 547 144 50
Binary 11001110 0 11 0 1100100 1100011 10011 101100111 1100100 101000

Color Harmonies of #CE0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0003

Black with #CE0003

Text Example


Text Example

White with #CE0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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