Html Css Color HEX #C52330 Cardinal

📋 copy color: '#C52330'

red 197 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #C52330

Tints of Cardinal #C52330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 70.36%
G = 12.5%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C52330 (or 0xC52330) is known color: Cardinal. HEX triplet: C5, 23 and 30. RGB value is (197,35,48). Sum of RGB (Red+Green+Blue) = 197+35+48=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C52330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52330 is #3ADCCF. Grayscale: #555555. Windows color (decimal): -3857616 or 3154885. OLE color: 3154885.

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

Color convert

RGB 197 35 48 -
CMYK 0 0.82 0.76 0.23
HSL 355.19º 0.7% 0.45% -
HSV(B) 355.19º 0.82% 0.77% -
XYZ 24.16 13.29 4.09 -
YUV 84.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 197 35 48 0 0.82 0.76 0.23 355.19 0.7 0.45
Hex C5 23 30 0 52 4C 17 163 46 2D
Octal 305 43 60 0 122 114 27 543 106 55
Binary 11000101 100011 110000 0 1010010 1001100 10111 101100011 1000110 101101

Color Harmonies of #C52330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52330

Black with #C52330

Text Example


Text Example

White with #C52330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52330; }

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

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

background-color css

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

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

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

border-color css

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

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

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