Html Css Color HEX #C52533 Cardinal

📋 copy color: '#C52533'

red 197 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #C52533

Tints of Cardinal #C52533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 69.12%
G = 12.98%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C52533 (or 0xC52533) is known color: Cardinal. HEX triplet: C5, 25 and 33. RGB value is (197,37,51). Sum of RGB (Red+Green+Blue) = 197+37+51=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52533 is #3ADACC. Grayscale: #565656. Windows color (decimal): -3857101 or 3352005. OLE color: 3352005.

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

Color convert

RGB 197 37 51 -
CMYK 0 0.81 0.74 0.23
HSL 354.75º 0.68% 0.46% -
HSV(B) 354.75º 0.81% 0.77% -
XYZ 24.29 13.43 4.44 -
YUV 86.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 197 37 51 0 0.81 0.74 0.23 354.75 0.68 0.46
Hex C5 25 33 0 51 4A 17 163 44 2E
Octal 305 45 63 0 121 112 27 543 104 56
Binary 11000101 100101 110011 0 1010001 1001010 10111 101100011 1000100 101110

Color Harmonies of #C52533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52533

Black with #C52533

Text Example


Text Example

White with #C52533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52533; }

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

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

background-color css

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

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

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

border-color css

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

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

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