Html Css Color HEX #C71633 Cardinal

📋 copy color: '#C71633'

red 199 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #C71633

Tints of Cardinal #C71633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 73.16%
G = 8.09%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C71633 (or 0xC71633) is known color: Cardinal. HEX triplet: C7, 16 and 33. RGB value is (199,22,51). Sum of RGB (Red+Green+Blue) = 199+22+51=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C71633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71633 is #38E9CC. Grayscale: #4E4E4E. Windows color (decimal): -3729869 or 3348167. OLE color: 3348167.

HSL color Cylindrical-coordinate representation of color #C71633: hue angle of 350.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71633 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 51 -
CMYK 0 0.89 0.74 0.22
HSL 350.17º 0.8% 0.43% -
HSV(B) 350.17º 0.89% 0.78% -
XYZ 24.44 12.95 4.34 -
YUV 78.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 199 22 51 0 0.89 0.74 0.22 350.17 0.8 0.43
Hex C7 16 33 0 59 4A 16 15E 50 2B
Octal 307 26 63 0 131 112 26 536 120 53
Binary 11000111 10110 110011 0 1011001 1001010 10110 101011110 1010000 101011

Color Harmonies of #C71633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71633

Black with #C71633

Text Example


Text Example

White with #C71633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71633; }

 p { color: rgb(199,22,51); }

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

background-color css

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

 a { background-color: rgb(199,22,51); }

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

border-color css

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

 span { border-color: rgb(199,22,51); }

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