Html Css Color HEX #C90024 Venetian Red

📋 copy color: '#C90024'

red 201 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #C90024

Tints of Venetian Red #C90024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 84.81%
G = 0%
B = 15.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90024 (or 0xC90024) is known color: Venetian Red. HEX triplet: C9, 00 and 24. RGB value is (201,0,36). Sum of RGB (Red+Green+Blue) = 201+0+36=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90024 is #36FFDB. Grayscale: #404040. Windows color (decimal): -3604444 or 2359497. OLE color: 2359497.

HSL color Cylindrical-coordinate representation of color #C90024: hue angle of 349.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90024 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 36 -
CMYK 0 1 0.82 0.21
HSL 349.25º 1% 0.39% -
HSV(B) 349.25º 1% 0.79% -
XYZ 24.41 12.54 2.8 -
YUV 64.2 112.09 225.57 -
System Red Green Blue C M Y K H S L
Decimal 201 0 36 0 1 0.82 0.21 349.25 1 0.39
Hex C9 0 24 0 64 52 15 15D 64 27
Octal 311 0 44 0 144 122 25 535 144 47
Binary 11001001 0 100100 0 1100100 1010010 10101 101011101 1100100 100111

Color Harmonies of #C90024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90024

Black with #C90024

Text Example


Text Example

White with #C90024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90024; }

 p { color: rgb(201,0,36); }

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

background-color css

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

 a { background-color: rgb(201,0,36); }

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

border-color css

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

 span { border-color: rgb(201,0,36); }

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