Html Css Color HEX #C5252F Cardinal

📋 copy color: '#C5252F'

red 197 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #C5252F

Tints of Cardinal #C5252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 70.11%
G = 13.17%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5252F (or 0xC5252F) is known color: Cardinal. HEX triplet: C5, 25 and 2F. RGB value is (197,37,47). Sum of RGB (Red+Green+Blue) = 197+37+47=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5252F is #3ADAD0. Grayscale: #565656. Windows color (decimal): -3857105 or 3089861. OLE color: 3089861.

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

Color convert

RGB 197 37 47 -
CMYK 0 0.81 0.76 0.23
HSL 356.25º 0.68% 0.46% -
HSV(B) 356.25º 0.81% 0.77% -
XYZ 24.2 13.4 4 -
YUV 85.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 197 37 47 0 0.81 0.76 0.23 356.25 0.68 0.46
Hex C5 25 2F 0 51 4C 17 164 44 2E
Octal 305 45 57 0 121 114 27 544 104 56
Binary 11000101 100101 101111 0 1010001 1001100 10111 101100100 1000100 101110

Color Harmonies of #C5252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5252F

Black with #C5252F

Text Example


Text Example

White with #C5252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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