Html Css Color HEX #C5242F Cardinal

📋 copy color: '#C5242F'

red 197 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #C5242F

Tints of Cardinal #C5242F

RGB

 RED value IS 197 (77.34% from 255) = 70.36%

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

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

R = 70.36%
G = 12.86%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5242F (or 0xC5242F) is known color: Cardinal. HEX triplet: C5, 24 and 2F. RGB value is (197,36,47). Sum of RGB (Red+Green+Blue) = 197+36+47=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242F is #3ADBD0. Grayscale: #555555. Windows color (decimal): -3857361 or 3089605. OLE color: 3089605.

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

Color convert

RGB 197 36 47 -
CMYK 0 0.82 0.76 0.23
HSL 355.9º 0.69% 0.46% -
HSV(B) 355.9º 0.82% 0.77% -
XYZ 24.17 13.34 3.99 -
YUV 85.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 197 36 47 0 0.82 0.76 0.23 355.9 0.69 0.46
Hex C5 24 2F 0 52 4C 17 164 45 2E
Octal 305 44 57 0 122 114 27 544 105 56
Binary 11000101 100100 101111 0 1010010 1001100 10111 101100100 1000101 101110

Color Harmonies of #C5242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5242F

Black with #C5242F

Text Example


Text Example

White with #C5242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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