Html Css Color HEX #C90820 Venetian Red

📋 copy color: '#C90820'

red 201 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #C90820

Tints of Venetian Red #C90820

RGB

 RED value IS 201 (78.91% from 255) = 83.4%

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 83.4%
G = 3.32%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90820 (or 0xC90820) is known color: Venetian Red. HEX triplet: C9, 08 and 20. RGB value is (201,8,32). Sum of RGB (Red+Green+Blue) = 201+8+32=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C90820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90820 is #36F7DF. Grayscale: #444444. Windows color (decimal): -3602400 or 2099401. OLE color: 2099401.

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

Color convert

RGB 201 8 32 -
CMYK 0 0.96 0.84 0.21
HSL 352.54º 0.92% 0.41% -
HSV(B) 352.54º 0.96% 0.79% -
XYZ 24.43 12.7 2.53 -
YUV 68.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 201 8 32 0 0.96 0.84 0.21 352.54 0.92 0.41
Hex C9 8 20 0 60 54 15 161 5C 29
Octal 311 10 40 0 140 124 25 541 134 51
Binary 11001001 1000 100000 0 1100000 1010100 10101 101100001 1011100 101001

Color Harmonies of #C90820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90820

Black with #C90820

Text Example


Text Example

White with #C90820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90820; }

 p { color: rgb(201,8,32); }

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

background-color css

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

 a { background-color: rgb(201,8,32); }

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

border-color css

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

 span { border-color: rgb(201,8,32); }

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