Html Css Color HEX #C5253F Cardinal

📋 copy color: '#C5253F'

red 197 ◦ green 37 ◦ blue 63

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

Shades of Cardinal #C5253F

Tints of Cardinal #C5253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 66.33%
G = 12.46%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5253F (or 0xC5253F) is known color: Cardinal. HEX triplet: C5, 25 and 3F. RGB value is (197,37,63). Sum of RGB (Red+Green+Blue) = 197+37+63=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5253F is #3ADAC0. Grayscale: #575757. Windows color (decimal): -3857089 or 4138437. OLE color: 4138437.

HSL color Cylindrical-coordinate representation of color #C5253F: hue angle of 350.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 #C5253F is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 63 -
CMYK 0 0.81 0.68 0.23
HSL 350.25º 0.68% 0.46% -
HSV(B) 350.25º 0.81% 0.77% -
XYZ 24.58 13.55 6.02 -
YUV 87.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 197 37 63 0 0.81 0.68 0.23 350.25 0.68 0.46
Hex C5 25 3F 0 51 44 17 15E 44 2E
Octal 305 45 77 0 121 104 27 536 104 56
Binary 11000101 100101 111111 0 1010001 1000100 10111 101011110 1000100 101110

Color Harmonies of #C5253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5253F

Black with #C5253F

Text Example


Text Example

White with #C5253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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