Html Css Color HEX #C90821 Venetian Red

📋 copy color: '#C90821'

red 201 ◦ green 8 ◦ blue 33

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

Shades of Venetian Red #C90821

Tints of Venetian Red #C90821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 83.06%
G = 3.31%
B = 13.64%

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

#C90821 (or 0xC90821) is known color: Venetian Red. HEX triplet: C9, 08 and 21. RGB value is (201,8,33). Sum of RGB (Red+Green+Blue) = 201+8+33=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90821 is #36F7DE. Grayscale: #444444. Windows color (decimal): -3602399 or 2164937. OLE color: 2164937.

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

Color convert

RGB 201 8 33 -
CMYK 0 0.96 0.84 0.21
HSL 352.23º 0.92% 0.41% -
HSV(B) 352.23º 0.96% 0.79% -
XYZ 24.45 12.7 2.6 -
YUV 68.56 107.94 222.47 -
System Red Green Blue C M Y K H S L
Decimal 201 8 33 0 0.96 0.84 0.21 352.23 0.92 0.41
Hex C9 8 21 0 60 54 15 160 5C 29
Octal 311 10 41 0 140 124 25 540 134 51
Binary 11001001 1000 100001 0 1100000 1010100 10101 101100000 1011100 101001

Color Harmonies of #C90821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90821

Black with #C90821

Text Example


Text Example

White with #C90821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90821; }

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

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

background-color css

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

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

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

border-color css

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

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

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