Html Css Color HEX #C5253D Cardinal

📋 copy color: '#C5253D'

red 197 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #C5253D

Tints of Cardinal #C5253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 66.78%
G = 12.54%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5253D (or 0xC5253D) is known color: Cardinal. HEX triplet: C5, 25 and 3D. RGB value is (197,37,61). Sum of RGB (Red+Green+Blue) = 197+37+61=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5253D is #3ADAC2. Grayscale: #575757. Windows color (decimal): -3857091 or 4007365. OLE color: 4007365.

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

Color convert

RGB 197 37 61 -
CMYK 0 0.81 0.69 0.23
HSL 351º 0.68% 0.46% -
HSV(B) 351º 0.81% 0.77% -
XYZ 24.53 13.53 5.73 -
YUV 87.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 197 37 61 0 0.81 0.69 0.23 351 0.68 0.46
Hex C5 25 3D 0 51 45 17 15F 44 2E
Octal 305 45 75 0 121 105 27 537 104 56
Binary 11000101 100101 111101 0 1010001 1000101 10111 101011111 1000100 101110

Color Harmonies of #C5253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5253D

Black with #C5253D

Text Example


Text Example

White with #C5253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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