Html Css Color HEX #C9203C Cardinal

📋 copy color: '#C9203C'

red 201 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #C9203C

Tints of Cardinal #C9203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 68.6%
G = 10.92%
B = 20.48%

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

#C9203C (or 0xC9203C) is known color: Cardinal. HEX triplet: C9, 20 and 3C. RGB value is (201,32,60). Sum of RGB (Red+Green+Blue) = 201+32+60=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9203C is #36DFC3. Grayscale: #555555. Windows color (decimal): -3596228 or 3940553. OLE color: 3940553.

HSL color Cylindrical-coordinate representation of color #C9203C: hue angle of 350.06º degrees, saturation: 0.73, 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 #C9203C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 60 -
CMYK 0 0.84 0.70 0.21
HSL 350.06º 0.73% 0.46% -
HSV(B) 350.06º 0.84% 0.79% -
XYZ 25.42 13.78 5.59 -
YUV 85.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 201 32 60 0 0.84 0.70 0.21 350.06 0.73 0.46
Hex C9 20 3C 0 54 46 15 15E 49 2E
Octal 311 40 74 0 124 106 25 536 111 56
Binary 11001001 100000 111100 0 1010100 1000110 10101 101011110 1001001 101110

Color Harmonies of #C9203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9203C

Black with #C9203C

Text Example


Text Example

White with #C9203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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