Html Css Color HEX #C81948 Cardinal

📋 copy color: '#C81948'

red 200 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #C81948

Tints of Cardinal #C81948

RGB

 RED value IS 200 (78.52% from 255) = 67.34%

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 67.34%
G = 8.42%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81948 (or 0xC81948) is known color: Cardinal. HEX triplet: C8, 19 and 48. RGB value is (200,25,72). Sum of RGB (Red+Green+Blue) = 200+25+72=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C81948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81948 is #37E6B7. Grayscale: #525252. Windows color (decimal): -3663544 or 4725192. OLE color: 4725192.

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

Color convert

RGB 200 25 72 -
CMYK 0 0.88 0.64 0.22
HSL 343.89º 0.78% 0.44% -
HSV(B) 343.89º 0.88% 0.78% -
XYZ 25.34 13.44 7.39 -
YUV 82.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 200 25 72 0 0.88 0.64 0.22 343.89 0.78 0.44
Hex C8 19 48 0 58 40 16 158 4E 2C
Octal 310 31 110 0 130 100 26 530 116 54
Binary 11001000 11001 1001000 0 1011000 1000000 10110 101011000 1001110 101100

Color Harmonies of #C81948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81948

Black with #C81948

Text Example


Text Example

White with #C81948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81948; }

 p { color: rgb(200,25,72); }

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

background-color css

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

 a { background-color: rgb(200,25,72); }

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

border-color css

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

 span { border-color: rgb(200,25,72); }

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