Html Css Color HEX #C72631 Cardinal

📋 copy color: '#C72631'

red 199 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #C72631

Tints of Cardinal #C72631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 69.58%
G = 13.29%
B = 17.13%

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

#C72631 (or 0xC72631) is known color: Cardinal. HEX triplet: C7, 26 and 31. RGB value is (199,38,49). Sum of RGB (Red+Green+Blue) = 199+38+49=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C72631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72631 is #38D9CE. Grayscale: #575757. Windows color (decimal): -3725775 or 3221191. OLE color: 3221191.

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

Color convert

RGB 199 38 49 -
CMYK 0 0.81 0.75 0.22
HSL 355.9º 0.68% 0.46% -
HSV(B) 355.9º 0.81% 0.78% -
XYZ 24.8 13.75 4.25 -
YUV 87.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 199 38 49 0 0.81 0.75 0.22 355.9 0.68 0.46
Hex C7 26 31 0 51 4B 16 164 44 2E
Octal 307 46 61 0 121 113 26 544 104 56
Binary 11000111 100110 110001 0 1010001 1001011 10110 101100100 1000100 101110

Color Harmonies of #C72631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72631

Black with #C72631

Text Example


Text Example

White with #C72631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72631; }

 p { color: rgb(199,38,49); }

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

background-color css

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

 a { background-color: rgb(199,38,49); }

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

border-color css

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

 span { border-color: rgb(199,38,49); }

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