Html Css Color HEX #C81543 Cardinal

📋 copy color: '#C81543'

red 200 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #C81543

Tints of Cardinal #C81543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 69.44%
G = 7.29%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81543 (or 0xC81543) is known color: Cardinal. HEX triplet: C8, 15 and 43. RGB value is (200,21,67). Sum of RGB (Red+Green+Blue) = 200+21+67=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81543 is #37EABC. Grayscale: #4F4F4F. Windows color (decimal): -3664573 or 4396488. OLE color: 4396488.

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

Color convert

RGB 200 21 67 -
CMYK 0 0.90 0.66 0.22
HSL 344.58º 0.81% 0.43% -
HSV(B) 344.58º 0.9% 0.78% -
XYZ 25.1 13.22 6.54 -
YUV 79.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 200 21 67 0 0.90 0.66 0.22 344.58 0.81 0.43
Hex C8 15 43 0 5A 42 16 159 51 2B
Octal 310 25 103 0 132 102 26 531 121 53
Binary 11001000 10101 1000011 0 1011010 1000010 10110 101011001 1010001 101011

Color Harmonies of #C81543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81543

Black with #C81543

Text Example


Text Example

White with #C81543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81543; }

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

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

background-color css

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

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

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

border-color css

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

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

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