Html Css Color HEX #C9242E Cardinal

📋 copy color: '#C9242E'

red 201 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #C9242E

Tints of Cardinal #C9242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 71.02%
G = 12.72%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9242E (or 0xC9242E) is known color: Cardinal. HEX triplet: C9, 24 and 2E. RGB value is (201,36,46). Sum of RGB (Red+Green+Blue) = 201+36+46=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242E is #36DBD1. Grayscale: #565656. Windows color (decimal): -3595218 or 3024073. OLE color: 3024073.

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

Color convert

RGB 201 36 46 -
CMYK 0 0.82 0.77 0.21
HSL 356.36º 0.7% 0.46% -
HSV(B) 356.36º 0.82% 0.79% -
XYZ 25.21 13.88 3.93 -
YUV 86.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 201 36 46 0 0.82 0.77 0.21 356.36 0.7 0.46
Hex C9 24 2E 0 52 4D 15 164 46 2E
Octal 311 44 56 0 122 115 25 544 106 56
Binary 11001001 100100 101110 0 1010010 1001101 10101 101100100 1000110 101110

Color Harmonies of #C9242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9242E

Black with #C9242E

Text Example


Text Example

White with #C9242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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