Html Css Color HEX #C71D48 Cardinal

📋 copy color: '#C71D48'

red 199 ◦ green 29 ◦ blue 72

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

Shades of Cardinal #C71D48

Tints of Cardinal #C71D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 72 (28.52% from 255) = 24%

R = 66.33%
G = 9.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C71D48 (or 0xC71D48) is known color: Cardinal. HEX triplet: C7, 1D and 48. RGB value is (199,29,72). Sum of RGB (Red+Green+Blue) = 199+29+72=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D48 is #38E2B7. Grayscale: #545454. Windows color (decimal): -3728056 or 4726215. OLE color: 4726215.

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

Color convert

RGB 199 29 72 -
CMYK 0 0.85 0.64 0.22
HSL 344.82º 0.75% 0.45% -
HSV(B) 344.82º 0.85% 0.78% -
XYZ 25.16 13.49 7.41 -
YUV 84.73 120.82 209.5 -
System Red Green Blue C M Y K H S L
Decimal 199 29 72 0 0.85 0.64 0.22 344.82 0.75 0.45
Hex C7 1D 48 0 55 40 16 159 4B 2D
Octal 307 35 110 0 125 100 26 531 113 55
Binary 11000111 11101 1001000 0 1010101 1000000 10110 101011001 1001011 101101

Color Harmonies of #C71D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D48

Black with #C71D48

Text Example


Text Example

White with #C71D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D48; }

 p { color: rgb(199,29,72); }

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

background-color css

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

 a { background-color: rgb(199,29,72); }

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

border-color css

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

 span { border-color: rgb(199,29,72); }

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