Html Css Color HEX #C5243D Cardinal

📋 copy color: '#C5243D'

red 197 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #C5243D

Tints of Cardinal #C5243D

RGB

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

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

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

R = 67.01%
G = 12.24%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5243D (or 0xC5243D) is known color: Cardinal. HEX triplet: C5, 24 and 3D. RGB value is (197,36,61). Sum of RGB (Red+Green+Blue) = 197+36+61=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5243D is #3ADBC2. Grayscale: #575757. Windows color (decimal): -3857347 or 4007109. OLE color: 4007109.

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

Color convert

RGB 197 36 61 -
CMYK 0 0.82 0.69 0.23
HSL 350.68º 0.69% 0.46% -
HSV(B) 350.68º 0.82% 0.77% -
XYZ 24.5 13.47 5.72 -
YUV 86.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 197 36 61 0 0.82 0.69 0.23 350.68 0.69 0.46
Hex C5 24 3D 0 52 45 17 15F 45 2E
Octal 305 44 75 0 122 105 27 537 105 56
Binary 11000101 100100 111101 0 1010010 1000101 10111 101011111 1000101 101110

Color Harmonies of #C5243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5243D

Black with #C5243D

Text Example


Text Example

White with #C5243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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