Html Css Color HEX #C81048 Cardinal

📋 copy color: '#C81048'

red 200 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #C81048

Tints of Cardinal #C81048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 69.44%
G = 5.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81048 (or 0xC81048) is known color: Cardinal. HEX triplet: C8, 10 and 48. RGB value is (200,16,72). Sum of RGB (Red+Green+Blue) = 200+16+72=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81048 is #37EFB7. Grayscale: #4D4D4D. Windows color (decimal): -3665848 or 4722888. OLE color: 4722888.

HSL color Cylindrical-coordinate representation of color #C81048: hue angle of 341.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81048 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 16 72 -
CMYK 0 0.92 0.64 0.22
HSL 341.74º 0.85% 0.42% -
HSV(B) 341.74º 0.92% 0.78% -
XYZ 25.17 13.12 7.34 -
YUV 77.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 200 16 72 0 0.92 0.64 0.22 341.74 0.85 0.42
Hex C8 10 48 0 5C 40 16 156 55 2A
Octal 310 20 110 0 134 100 26 526 125 52
Binary 11001000 10000 1001000 0 1011100 1000000 10110 101010110 1010101 101010

Color Harmonies of #C81048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81048

Black with #C81048

Text Example


Text Example

White with #C81048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81048; }

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

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

background-color css

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

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

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

border-color css

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

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

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