Html Css Color HEX #C71844 Cardinal

📋 copy color: '#C71844'

red 199 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #C71844

Tints of Cardinal #C71844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 68.38%
G = 8.25%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C71844 (or 0xC71844) is known color: Cardinal. HEX triplet: C7, 18 and 44. RGB value is (199,24,68). Sum of RGB (Red+Green+Blue) = 199+24+68=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C71844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71844 is #38E7BB. Grayscale: #515151. Windows color (decimal): -3729340 or 4462791. OLE color: 4462791.

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

Color convert

RGB 199 24 68 -
CMYK 0 0.88 0.66 0.22
HSL 344.91º 0.78% 0.44% -
HSV(B) 344.91º 0.88% 0.78% -
XYZ 24.92 13.21 6.71 -
YUV 81.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 199 24 68 0 0.88 0.66 0.22 344.91 0.78 0.44
Hex C7 18 44 0 58 42 16 159 4E 2C
Octal 307 30 104 0 130 102 26 531 116 54
Binary 11000111 11000 1000100 0 1011000 1000010 10110 101011001 1001110 101100

Color Harmonies of #C71844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71844

Black with #C71844

Text Example


Text Example

White with #C71844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71844; }

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

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

background-color css

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

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

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

border-color css

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

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

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