Html Css Color HEX #C9202E Cardinal

📋 copy color: '#C9202E'

red 201 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #C9202E

Tints of Cardinal #C9202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 72.04%
G = 11.47%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9202E (or 0xC9202E) is known color: Cardinal. HEX triplet: C9, 20 and 2E. RGB value is (201,32,46). Sum of RGB (Red+Green+Blue) = 201+32+46=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9202E is #36DFD1. Grayscale: #545454. Windows color (decimal): -3596242 or 3023049. OLE color: 3023049.

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

Color convert

RGB 201 32 46 -
CMYK 0 0.84 0.77 0.21
HSL 355.03º 0.73% 0.46% -
HSV(B) 355.03º 0.84% 0.79% -
XYZ 25.1 13.65 3.9 -
YUV 84.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 201 32 46 0 0.84 0.77 0.21 355.03 0.73 0.46
Hex C9 20 2E 0 54 4D 15 163 49 2E
Octal 311 40 56 0 124 115 25 543 111 56
Binary 11001001 100000 101110 0 1010100 1001101 10101 101100011 1001001 101110

Color Harmonies of #C9202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9202E

Black with #C9202E

Text Example


Text Example

White with #C9202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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