Html Css Color HEX #C90421 Venetian Red

📋 copy color: '#C90421'

red 201 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #C90421

Tints of Venetian Red #C90421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 84.45%
G = 1.68%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C90421 (or 0xC90421) is known color: Venetian Red. HEX triplet: C9, 04 and 21. RGB value is (201,4,33). Sum of RGB (Red+Green+Blue) = 201+4+33=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C90421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90421 is #36FBDE. Grayscale: #424242. Windows color (decimal): -3603423 or 2163913. OLE color: 2163913.

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

Color convert

RGB 201 4 33 -
CMYK 0 0.98 0.84 0.21
HSL 351.17º 0.96% 0.4% -
HSV(B) 351.17º 0.98% 0.79% -
XYZ 24.41 12.61 2.59 -
YUV 66.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 201 4 33 0 0.98 0.84 0.21 351.17 0.96 0.4
Hex C9 4 21 0 62 54 15 15F 60 28
Octal 311 4 41 0 142 124 25 537 140 50
Binary 11001001 100 100001 0 1100010 1010100 10101 101011111 1100000 101000

Color Harmonies of #C90421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90421

Black with #C90421

Text Example


Text Example

White with #C90421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90421; }

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

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

background-color css

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

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

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

border-color css

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

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

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