Html Css Color HEX #C90823 Venetian Red

📋 copy color: '#C90823'

red 201 ◦ green 8 ◦ blue 35

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

Shades of Venetian Red #C90823

Tints of Venetian Red #C90823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 82.38%
G = 3.28%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C90823 (or 0xC90823) is known color: Venetian Red. HEX triplet: C9, 08 and 23. RGB value is (201,8,35). Sum of RGB (Red+Green+Blue) = 201+8+35=244 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.38% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 201 - color contains mainly: red. Hex color #C90823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90823 is #36F7DC. Grayscale: #444444. Windows color (decimal): -3602397 or 2296009. OLE color: 2296009.

HSL color Cylindrical-coordinate representation of color #C90823: hue angle of 351.61º 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 #C90823 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 35 -
CMYK 0 0.96 0.83 0.21
HSL 351.61º 0.92% 0.41% -
HSV(B) 351.61º 0.96% 0.79% -
XYZ 24.48 12.71 2.75 -
YUV 68.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 201 8 35 0 0.96 0.83 0.21 351.61 0.92 0.41
Hex C9 8 23 0 60 53 15 160 5C 29
Octal 311 10 43 0 140 123 25 540 134 51
Binary 11001001 1000 100011 0 1100000 1010011 10101 101100000 1011100 101001

Color Harmonies of #C90823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90823

Black with #C90823

Text Example


Text Example

White with #C90823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90823; }

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

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

background-color css

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

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

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

border-color css

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

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

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