Html Css Color HEX #C72532 Cardinal

📋 copy color: '#C72532'

red 199 ◦ green 37 ◦ blue 50

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

Shades of Cardinal #C72532

Tints of Cardinal #C72532

RGB

 RED value IS 199 (78.13% from 255) = 69.58%

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

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

R = 69.58%
G = 12.94%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C72532 (or 0xC72532) is known color: Cardinal. HEX triplet: C7, 25 and 32. RGB value is (199,37,50). Sum of RGB (Red+Green+Blue) = 199+37+50=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C72532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72532 is #38DACD. Grayscale: #575757. Windows color (decimal): -3726030 or 3286471. OLE color: 3286471.

HSL color Cylindrical-coordinate representation of color #C72532: hue angle of 355.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72532 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 37 50 -
CMYK 0 0.81 0.75 0.22
HSL 355.19º 0.69% 0.46% -
HSV(B) 355.19º 0.81% 0.78% -
XYZ 24.79 13.7 4.35 -
YUV 86.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 199 37 50 0 0.81 0.75 0.22 355.19 0.69 0.46
Hex C7 25 32 0 51 4B 16 163 45 2E
Octal 307 45 62 0 121 113 26 543 105 56
Binary 11000111 100101 110010 0 1010001 1001011 10110 101100011 1000101 101110

Color Harmonies of #C72532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72532

Black with #C72532

Text Example


Text Example

White with #C72532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72532; }

 p { color: rgb(199,37,50); }

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

background-color css

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

 a { background-color: rgb(199,37,50); }

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

border-color css

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

 span { border-color: rgb(199,37,50); }

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