Html Css Color HEX #C52632 Cardinal

📋 copy color: '#C52632'

red 197 ◦ green 38 ◦ blue 50

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

Shades of Cardinal #C52632

Tints of Cardinal #C52632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 69.12%
G = 13.33%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C52632 (or 0xC52632) is known color: Cardinal. HEX triplet: C5, 26 and 32. RGB value is (197,38,50). Sum of RGB (Red+Green+Blue) = 197+38+50=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C52632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52632 is #3AD9CD. Grayscale: #575757. Windows color (decimal): -3856846 or 3286725. OLE color: 3286725.

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

Color convert

RGB 197 38 50 -
CMYK 0 0.81 0.75 0.23
HSL 355.47º 0.68% 0.46% -
HSV(B) 355.47º 0.81% 0.77% -
XYZ 24.29 13.49 4.34 -
YUV 86.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 197 38 50 0 0.81 0.75 0.23 355.47 0.68 0.46
Hex C5 26 32 0 51 4B 17 163 44 2E
Octal 305 46 62 0 121 113 27 543 104 56
Binary 11000101 100110 110010 0 1010001 1001011 10111 101100011 1000100 101110

Color Harmonies of #C52632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52632

Black with #C52632

Text Example


Text Example

White with #C52632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52632; }

 p { color: rgb(197,38,50); }

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

background-color css

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

 a { background-color: rgb(197,38,50); }

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

border-color css

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

 span { border-color: rgb(197,38,50); }

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