Html Css Color HEX #CE050D Venetian Red

📋 copy color: '#CE050D'

red 206 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #CE050D

Tints of Venetian Red #CE050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 91.96%
G = 2.23%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE050D (or 0xCE050D) is known color: Venetian Red. HEX triplet: CE, 05 and 0D. RGB value is (206,5,13). Sum of RGB (Red+Green+Blue) = 206+5+13=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE050D is #31FAF2. Grayscale: #424242. Windows color (decimal): -3275507 or 853454. OLE color: 853454.

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

Color convert

RGB 206 5 13 -
CMYK 0 0.98 0.94 0.19
HSL 357.61º 0.95% 0.41% -
HSV(B) 357.61º 0.98% 0.81% -
XYZ 25.58 13.26 1.59 -
YUV 66.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 206 5 13 0 0.98 0.94 0.19 357.61 0.95 0.41
Hex CE 5 D 0 62 5E 13 166 5F 29
Octal 316 5 15 0 142 136 23 546 137 51
Binary 11001110 101 1101 0 1100010 1011110 10011 101100110 1011111 101001

Color Harmonies of #CE050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE050D

Black with #CE050D

Text Example


Text Example

White with #CE050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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