Html Css Color HEX #CE0920 Venetian Red

📋 copy color: '#CE0920'

red 206 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #CE0920

Tints of Venetian Red #CE0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 83.4%
G = 3.64%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE0920 (or 0xCE0920) is known color: Venetian Red. HEX triplet: CE, 09 and 20. RGB value is (206,9,32). Sum of RGB (Red+Green+Blue) = 206+9+32=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0920 is #31F6DF. Grayscale: #464646. Windows color (decimal): -3274464 or 2099662. OLE color: 2099662.

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

Color convert

RGB 206 9 32 -
CMYK 0 0.96 0.84 0.19
HSL 352.99º 0.92% 0.42% -
HSV(B) 352.99º 0.96% 0.81% -
XYZ 25.81 13.42 2.6 -
YUV 70.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 206 9 32 0 0.96 0.84 0.19 352.99 0.92 0.42
Hex CE 9 20 0 60 54 13 161 5C 2A
Octal 316 11 40 0 140 124 23 541 134 52
Binary 11001110 1001 100000 0 1100000 1010100 10011 101100001 1011100 101010

Color Harmonies of #CE0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0920

Black with #CE0920

Text Example


Text Example

White with #CE0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0920; }

 p { color: rgb(206,9,32); }

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

background-color css

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

 a { background-color: rgb(206,9,32); }

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

border-color css

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

 span { border-color: rgb(206,9,32); }

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