Html Css Color HEX #C9242F Cardinal

📋 copy color: '#C9242F'

red 201 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #C9242F

Tints of Cardinal #C9242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 70.77%
G = 12.68%
B = 16.55%

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

#C9242F (or 0xC9242F) is known color: Cardinal. HEX triplet: C9, 24 and 2F. RGB value is (201,36,47). Sum of RGB (Red+Green+Blue) = 201+36+47=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9242F is #36DBD0. Grayscale: #565656. Windows color (decimal): -3595217 or 3089609. OLE color: 3089609.

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

Color convert

RGB 201 36 47 -
CMYK 0 0.82 0.77 0.21
HSL 356º 0.7% 0.46% -
HSV(B) 356º 0.82% 0.79% -
XYZ 25.23 13.88 4.04 -
YUV 86.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 201 36 47 0 0.82 0.77 0.21 356 0.7 0.46
Hex C9 24 2F 0 52 4D 15 164 46 2E
Octal 311 44 57 0 122 115 25 544 106 56
Binary 11001001 100100 101111 0 1010010 1001101 10101 101100100 1000110 101110

Color Harmonies of #C9242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9242F

Black with #C9242F

Text Example


Text Example

White with #C9242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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