Html Css Color HEX #CE0105 Venetian Red

📋 copy color: '#CE0105'

red 206 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #CE0105

Tints of Venetian Red #CE0105

RGB

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

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

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

R = 97.17%
G = 0.47%
B = 2.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE0105 (or 0xCE0105) is known color: Venetian Red. HEX triplet: CE, 01 and 05. RGB value is (206,1,5). Sum of RGB (Red+Green+Blue) = 206+1+5=212 (28% of max value = 765). Red value is 206 (80.86% from 255 or 97.17% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0105 is #31FEFA. Grayscale: #3E3E3E. Windows color (decimal): -3276539 or 328142. OLE color: 328142.

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

Color convert

RGB 206 1 5 -
CMYK 0 1.00 0.98 0.19
HSL 358.83º 0.99% 0.41% -
HSV(B) 358.83º 1% 0.81% -
XYZ 25.49 13.15 1.34 -
YUV 62.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 206 1 5 0 1.00 0.98 0.19 358.83 0.99 0.41
Hex CE 1 5 0 64 62 13 167 63 29
Octal 316 1 5 0 144 142 23 547 143 51
Binary 11001110 1 101 0 1100100 1100010 10011 101100111 1100011 101001

Color Harmonies of #CE0105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0105

Black with #CE0105

Text Example


Text Example

White with #CE0105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0105; }

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

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

background-color css

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

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

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

border-color css

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

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

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