Html Css Color HEX #C72335 Cardinal

📋 copy color: '#C72335'

red 199 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #C72335

Tints of Cardinal #C72335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 69.34%
G = 12.2%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C72335 (or 0xC72335) is known color: Cardinal. HEX triplet: C7, 23 and 35. RGB value is (199,35,53). Sum of RGB (Red+Green+Blue) = 199+35+53=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C72335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72335 is #38DCCA. Grayscale: #565656. Windows color (decimal): -3726539 or 3482567. OLE color: 3482567.

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

Color convert

RGB 199 35 53 -
CMYK 0 0.82 0.73 0.22
HSL 353.41º 0.7% 0.46% -
HSV(B) 353.41º 0.82% 0.78% -
XYZ 24.8 13.6 4.69 -
YUV 86.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 199 35 53 0 0.82 0.73 0.22 353.41 0.7 0.46
Hex C7 23 35 0 52 49 16 161 46 2E
Octal 307 43 65 0 122 111 26 541 106 56
Binary 11000111 100011 110101 0 1010010 1001001 10110 101100001 1000110 101110

Color Harmonies of #C72335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72335

Black with #C72335

Text Example


Text Example

White with #C72335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72335; }

 p { color: rgb(199,35,53); }

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

background-color css

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

 a { background-color: rgb(199,35,53); }

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

border-color css

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

 span { border-color: rgb(199,35,53); }

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