Html Css Color HEX #C72538 Cardinal

📋 copy color: '#C72538'

red 199 ◦ green 37 ◦ blue 56

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

Shades of Cardinal #C72538

Tints of Cardinal #C72538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 68.15%
G = 12.67%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C72538 (or 0xC72538) is known color: Cardinal. HEX triplet: C7, 25 and 38. RGB value is (199,37,56). Sum of RGB (Red+Green+Blue) = 199+37+56=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C72538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72538 is #38DAC7. Grayscale: #575757. Windows color (decimal): -3726024 or 3679687. OLE color: 3679687.

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

Color convert

RGB 199 37 56 -
CMYK 0 0.81 0.72 0.22
HSL 352.96º 0.69% 0.46% -
HSV(B) 352.96º 0.81% 0.78% -
XYZ 24.93 13.75 5.08 -
YUV 87.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 199 37 56 0 0.81 0.72 0.22 352.96 0.69 0.46
Hex C7 25 38 0 51 48 16 161 45 2E
Octal 307 45 70 0 121 110 26 541 105 56
Binary 11000111 100101 111000 0 1010001 1001000 10110 101100001 1000101 101110

Color Harmonies of #C72538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72538

Black with #C72538

Text Example


Text Example

White with #C72538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72538; }

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

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

background-color css

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

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

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

border-color css

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

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

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