Html Css Color HEX #C90428 Venetian Red

📋 copy color: '#C90428'

red 201 ◦ green 4 ◦ blue 40

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

Shades of Venetian Red #C90428

Tints of Venetian Red #C90428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 82.04%
G = 1.63%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C90428 (or 0xC90428) is known color: Venetian Red. HEX triplet: C9, 04 and 28. RGB value is (201,4,40). Sum of RGB (Red+Green+Blue) = 201+4+40=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90428 is #36FBD7. Grayscale: #434343. Windows color (decimal): -3603416 or 2622665. OLE color: 2622665.

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

Color convert

RGB 201 4 40 -
CMYK 0 0.98 0.80 0.21
HSL 349.04º 0.96% 0.4% -
HSV(B) 349.04º 0.98% 0.79% -
XYZ 24.51 12.66 3.16 -
YUV 67.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 201 4 40 0 0.98 0.80 0.21 349.04 0.96 0.4
Hex C9 4 28 0 62 50 15 15D 60 28
Octal 311 4 50 0 142 120 25 535 140 50
Binary 11001001 100 101000 0 1100010 1010000 10101 101011101 1100000 101000

Color Harmonies of #C90428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90428

Black with #C90428

Text Example


Text Example

White with #C90428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90428; }

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

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

background-color css

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

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

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

border-color css

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

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

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