Html Css Color HEX #C90C33 Cardinal

📋 copy color: '#C90C33'

red 201 ◦ green 12 ◦ blue 51

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

Shades of Cardinal #C90C33

Tints of Cardinal #C90C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 76.14%
G = 4.55%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90C33 (or 0xC90C33) is known color: Cardinal. HEX triplet: C9, 0C and 33. RGB value is (201,12,51). Sum of RGB (Red+Green+Blue) = 201+12+51=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C33 is #36F3CC. Grayscale: #484848. Windows color (decimal): -3601357 or 3345609. OLE color: 3345609.

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

Color convert

RGB 201 12 51 -
CMYK 0 0.94 0.75 0.21
HSL 347.62º 0.89% 0.42% -
HSV(B) 347.62º 0.94% 0.79% -
XYZ 24.82 12.92 4.32 -
YUV 72.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 201 12 51 0 0.94 0.75 0.21 347.62 0.89 0.42
Hex C9 C 33 0 5E 4B 15 15C 59 2A
Octal 311 14 63 0 136 113 25 534 131 52
Binary 11001001 1100 110011 0 1011110 1001011 10101 101011100 1011001 101010

Color Harmonies of #C90C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C33

Black with #C90C33

Text Example


Text Example

White with #C90C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C33; }

 p { color: rgb(201,12,51); }

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

background-color css

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

 a { background-color: rgb(201,12,51); }

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

border-color css

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

 span { border-color: rgb(201,12,51); }

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