Html Css Color HEX #C9213C Cardinal

📋 copy color: '#C9213C'

red 201 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #C9213C

Tints of Cardinal #C9213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 68.37%
G = 11.22%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9213C (or 0xC9213C) is known color: Cardinal. HEX triplet: C9, 21 and 3C. RGB value is (201,33,60). Sum of RGB (Red+Green+Blue) = 201+33+60=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9213C is #36DEC3. Grayscale: #565656. Windows color (decimal): -3595972 or 3940809. OLE color: 3940809.

HSL color Cylindrical-coordinate representation of color #C9213C: hue angle of 350.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9213C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 60 -
CMYK 0 0.84 0.70 0.21
HSL 350.36º 0.72% 0.46% -
HSV(B) 350.36º 0.84% 0.79% -
XYZ 25.45 13.83 5.6 -
YUV 86.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 201 33 60 0 0.84 0.70 0.21 350.36 0.72 0.46
Hex C9 21 3C 0 54 46 15 15E 48 2E
Octal 311 41 74 0 124 106 25 536 110 56
Binary 11001001 100001 111100 0 1010100 1000110 10101 101011110 1001000 101110

Color Harmonies of #C9213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9213C

Black with #C9213C

Text Example


Text Example

White with #C9213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9213C; }

 p { color: rgb(201,33,60); }

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

background-color css

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

 a { background-color: rgb(201,33,60); }

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

border-color css

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

 span { border-color: rgb(201,33,60); }

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