Html Css Color HEX #CE0405 Venetian Red

📋 copy color: '#CE0405'

red 206 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #CE0405

Tints of Venetian Red #CE0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 95.81%
G = 1.86%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE0405 (or 0xCE0405) is known color: Venetian Red. HEX triplet: CE, 04 and 05. RGB value is (206,4,5). Sum of RGB (Red+Green+Blue) = 206+4+5=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0405 is #31FBFA. Grayscale: #404040. Windows color (decimal): -3275771 or 328910. OLE color: 328910.

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

Color convert

RGB 206 4 5 -
CMYK 0 0.98 0.98 0.19
HSL 359.7º 0.96% 0.41% -
HSV(B) 359.7º 0.98% 0.81% -
XYZ 25.52 13.22 1.35 -
YUV 64.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 206 4 5 0 0.98 0.98 0.19 359.7 0.96 0.41
Hex CE 4 5 0 62 62 13 168 60 29
Octal 316 4 5 0 142 142 23 550 140 51
Binary 11001110 100 101 0 1100010 1100010 10011 101101000 1100000 101001

Color Harmonies of #CE0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0405

Black with #CE0405

Text Example


Text Example

White with #CE0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0405; }

 p { color: rgb(206,4,5); }

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

background-color css

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

 a { background-color: rgb(206,4,5); }

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

border-color css

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

 span { border-color: rgb(206,4,5); }

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