Html Css Color HEX #C81548 Cardinal

📋 copy color: '#C81548'

red 200 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #C81548

Tints of Cardinal #C81548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 68.26%
G = 7.17%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81548 (or 0xC81548) is known color: Cardinal. HEX triplet: C8, 15 and 48. RGB value is (200,21,72). Sum of RGB (Red+Green+Blue) = 200+21+72=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81548 is #37EAB7. Grayscale: #505050. Windows color (decimal): -3664568 or 4724168. OLE color: 4724168.

HSL color Cylindrical-coordinate representation of color #C81548: hue angle of 342.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81548 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 72 -
CMYK 0 0.90 0.64 0.22
HSL 342.91º 0.81% 0.43% -
HSV(B) 342.91º 0.9% 0.78% -
XYZ 25.26 13.28 7.36 -
YUV 80.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 200 21 72 0 0.90 0.64 0.22 342.91 0.81 0.43
Hex C8 15 48 0 5A 40 16 157 51 2B
Octal 310 25 110 0 132 100 26 527 121 53
Binary 11001000 10101 1001000 0 1011010 1000000 10110 101010111 1010001 101011

Color Harmonies of #C81548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81548

Black with #C81548

Text Example


Text Example

White with #C81548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81548; }

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

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

background-color css

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

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

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

border-color css

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

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

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