Html Css Color HEX #C90624 Venetian Red

📋 copy color: '#C90624'

red 201 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #C90624

Tints of Venetian Red #C90624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 82.72%
G = 2.47%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C90624 (or 0xC90624) is known color: Venetian Red. HEX triplet: C9, 06 and 24. RGB value is (201,6,36). Sum of RGB (Red+Green+Blue) = 201+6+36=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90624 is #36F9DB. Grayscale: #434343. Windows color (decimal): -3602908 or 2361033. OLE color: 2361033.

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

Color convert

RGB 201 6 36 -
CMYK 0 0.97 0.82 0.21
HSL 350.77º 0.94% 0.41% -
HSV(B) 350.77º 0.97% 0.79% -
XYZ 24.47 12.68 2.83 -
YUV 67.73 110.1 223.06 -
System Red Green Blue C M Y K H S L
Decimal 201 6 36 0 0.97 0.82 0.21 350.77 0.94 0.41
Hex C9 6 24 0 61 52 15 15F 5E 29
Octal 311 6 44 0 141 122 25 537 136 51
Binary 11001001 110 100100 0 1100001 1010010 10101 101011111 1011110 101001

Color Harmonies of #C90624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90624

Black with #C90624

Text Example


Text Example

White with #C90624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90624; }

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

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

background-color css

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

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

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

border-color css

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

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

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