Html Css Color HEX #C52342 Cardinal

📋 copy color: '#C52342'

red 197 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C52342

Tints of Cardinal #C52342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 66.11%
G = 11.74%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C52342 (or 0xC52342) is known color: Cardinal. HEX triplet: C5, 23 and 42. RGB value is (197,35,66). Sum of RGB (Red+Green+Blue) = 197+35+66=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C52342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52342 is #3ADCBD. Grayscale: #575757. Windows color (decimal): -3857598 or 4334533. OLE color: 4334533.

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

Color convert

RGB 197 35 66 -
CMYK 0 0.82 0.66 0.23
HSL 348.52º 0.7% 0.45% -
HSV(B) 348.52º 0.82% 0.77% -
XYZ 24.61 13.47 6.46 -
YUV 86.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 197 35 66 0 0.82 0.66 0.23 348.52 0.7 0.45
Hex C5 23 42 0 52 42 17 15D 46 2D
Octal 305 43 102 0 122 102 27 535 106 55
Binary 11000101 100011 1000010 0 1010010 1000010 10111 101011101 1000110 101101

Color Harmonies of #C52342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52342

Black with #C52342

Text Example


Text Example

White with #C52342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52342; }

 p { color: rgb(197,35,66); }

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

background-color css

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

 a { background-color: rgb(197,35,66); }

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

border-color css

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

 span { border-color: rgb(197,35,66); }

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