Html Css Color HEX #C90F35 Cardinal

📋 copy color: '#C90F35'

red 201 ◦ green 15 ◦ blue 53

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

Shades of Cardinal #C90F35

Tints of Cardinal #C90F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.58%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 74.72%
G = 5.58%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C90F35 (or 0xC90F35) is known color: Cardinal. HEX triplet: C9, 0F and 35. RGB value is (201,15,53). Sum of RGB (Red+Green+Blue) = 201+15+53=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F35 is #36F0CA. Grayscale: #4A4A4A. Windows color (decimal): -3600587 or 3477449. OLE color: 3477449.

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

Color convert

RGB 201 15 53 -
CMYK 0 0.93 0.74 0.21
HSL 347.74º 0.86% 0.42% -
HSV(B) 347.74º 0.93% 0.79% -
XYZ 24.9 13.02 4.57 -
YUV 74.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 201 15 53 0 0.93 0.74 0.21 347.74 0.86 0.42
Hex C9 F 35 0 5D 4A 15 15C 56 2A
Octal 311 17 65 0 135 112 25 534 126 52
Binary 11001001 1111 110101 0 1011101 1001010 10101 101011100 1010110 101010

Color Harmonies of #C90F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F35

Black with #C90F35

Text Example


Text Example

White with #C90F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F35; }

 p { color: rgb(201,15,53); }

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

background-color css

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

 a { background-color: rgb(201,15,53); }

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

border-color css

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

 span { border-color: rgb(201,15,53); }

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