Html Css Color HEX #CE0F16 Venetian Red

📋 copy color: '#CE0F16'

red 206 ◦ green 15 ◦ blue 22

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

Shades of Venetian Red #CE0F16

Tints of Venetian Red #CE0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 84.77%
G = 6.17%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0F16 (or 0xCE0F16) is known color: Venetian Red. HEX triplet: CE, 0F and 16. RGB value is (206,15,22). Sum of RGB (Red+Green+Blue) = 206+15+22=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0F16 is #31F0E9. Grayscale: #494949. Windows color (decimal): -3272938 or 1445838. OLE color: 1445838.

HSL color Cylindrical-coordinate representation of color #CE0F16: hue angle of 357.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F16 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 15 22 -
CMYK 0 0.93 0.89 0.19
HSL 357.8º 0.86% 0.43% -
HSV(B) 357.8º 0.93% 0.81% -
XYZ 25.77 13.52 2.01 -
YUV 72.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 206 15 22 0 0.93 0.89 0.19 357.8 0.86 0.43
Hex CE F 16 0 5D 59 13 166 56 2B
Octal 316 17 26 0 135 131 23 546 126 53
Binary 11001110 1111 10110 0 1011101 1011001 10011 101100110 1010110 101011

Color Harmonies of #CE0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F16

Black with #CE0F16

Text Example


Text Example

White with #CE0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F16; }

 p { color: rgb(206,15,22); }

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

background-color css

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

 a { background-color: rgb(206,15,22); }

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

border-color css

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

 span { border-color: rgb(206,15,22); }

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