Html Css Color HEX #C71745 Cardinal

📋 copy color: '#C71745'

red 199 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #C71745

Tints of Cardinal #C71745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.9%

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

R = 68.38%
G = 7.9%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C71745 (or 0xC71745) is known color: Cardinal. HEX triplet: C7, 17 and 45. RGB value is (199,23,69). Sum of RGB (Red+Green+Blue) = 199+23+69=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C71745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71745 is #38E8BA. Grayscale: #505050. Windows color (decimal): -3729595 or 4528071. OLE color: 4528071.

HSL color Cylindrical-coordinate representation of color #C71745: hue angle of 344.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71745 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 69 -
CMYK 0 0.88 0.65 0.22
HSL 344.32º 0.79% 0.44% -
HSV(B) 344.32º 0.88% 0.78% -
XYZ 24.93 13.18 6.86 -
YUV 80.87 121.31 212.26 -
System Red Green Blue C M Y K H S L
Decimal 199 23 69 0 0.88 0.65 0.22 344.32 0.79 0.44
Hex C7 17 45 0 58 41 16 158 4F 2C
Octal 307 27 105 0 130 101 26 530 117 54
Binary 11000111 10111 1000101 0 1011000 1000001 10110 101011000 1001111 101100

Color Harmonies of #C71745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71745

Black with #C71745

Text Example


Text Example

White with #C71745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71745; }

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

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

background-color css

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

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

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

border-color css

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

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

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