Html Css Color HEX #C71D45 Cardinal

📋 copy color: '#C71D45'

red 199 ◦ green 29 ◦ blue 69

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

Shades of Cardinal #C71D45

Tints of Cardinal #C71D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 67%
G = 9.76%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71D45 (or 0xC71D45) is known color: Cardinal. HEX triplet: C7, 1D and 45. RGB value is (199,29,69). Sum of RGB (Red+Green+Blue) = 199+29+69=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D45 is #38E2BA. Grayscale: #545454. Windows color (decimal): -3728059 or 4529607. OLE color: 4529607.

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

Color convert

RGB 199 29 69 -
CMYK 0 0.85 0.65 0.22
HSL 345.88º 0.75% 0.45% -
HSV(B) 345.88º 0.85% 0.78% -
XYZ 25.07 13.45 6.91 -
YUV 84.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 199 29 69 0 0.85 0.65 0.22 345.88 0.75 0.45
Hex C7 1D 45 0 55 41 16 15A 4B 2D
Octal 307 35 105 0 125 101 26 532 113 55
Binary 11000111 11101 1000101 0 1010101 1000001 10110 101011010 1001011 101101

Color Harmonies of #C71D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D45

Black with #C71D45

Text Example


Text Example

White with #C71D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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