Html Css Color HEX #C71845 Cardinal

📋 copy color: '#C71845'

red 199 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #C71845

Tints of Cardinal #C71845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 68.15%
G = 8.22%
B = 23.63%

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

#C71845 (or 0xC71845) is known color: Cardinal. HEX triplet: C7, 18 and 45. RGB value is (199,24,69). Sum of RGB (Red+Green+Blue) = 199+24+69=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C71845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71845 is #38E7BA. Grayscale: #515151. Windows color (decimal): -3729339 or 4528327. OLE color: 4528327.

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

Color convert

RGB 199 24 69 -
CMYK 0 0.88 0.65 0.22
HSL 344.57º 0.78% 0.44% -
HSV(B) 344.57º 0.88% 0.78% -
XYZ 24.95 13.23 6.87 -
YUV 81.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 199 24 69 0 0.88 0.65 0.22 344.57 0.78 0.44
Hex C7 18 45 0 58 41 16 159 4E 2C
Octal 307 30 105 0 130 101 26 531 116 54
Binary 11000111 11000 1000101 0 1011000 1000001 10110 101011001 1001110 101100

Color Harmonies of #C71845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71845

Black with #C71845

Text Example


Text Example

White with #C71845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71845; }

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

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

background-color css

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

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

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

border-color css

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

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

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