Html Css Color HEX #C52343 Cardinal

📋 copy color: '#C52343'

red 197 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #C52343

Tints of Cardinal #C52343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.41%

R = 65.89%
G = 11.71%
B = 22.41%

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

#C52343 (or 0xC52343) is known color: Cardinal. HEX triplet: C5, 23 and 43. RGB value is (197,35,67). Sum of RGB (Red+Green+Blue) = 197+35+67=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C52343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52343 is #3ADCBC. Grayscale: #575757. Windows color (decimal): -3857597 or 4400069. OLE color: 4400069.

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

Color convert

RGB 197 35 67 -
CMYK 0 0.82 0.66 0.23
HSL 348.15º 0.7% 0.45% -
HSV(B) 348.15º 0.82% 0.77% -
XYZ 24.64 13.48 6.61 -
YUV 87.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 197 35 67 0 0.82 0.66 0.23 348.15 0.7 0.45
Hex C5 23 43 0 52 42 17 15C 46 2D
Octal 305 43 103 0 122 102 27 534 106 55
Binary 11000101 100011 1000011 0 1010010 1000010 10111 101011100 1000110 101101

Color Harmonies of #C52343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52343

Black with #C52343

Text Example


Text Example

White with #C52343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52343; }

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

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

background-color css

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

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

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

border-color css

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

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

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