Html Css Color HEX #C81540 Cardinal

📋 copy color: '#C81540'

red 200 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #C81540

Tints of Cardinal #C81540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 70.18%
G = 7.37%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81540 (or 0xC81540) is known color: Cardinal. HEX triplet: C8, 15 and 40. RGB value is (200,21,64). Sum of RGB (Red+Green+Blue) = 200+21+64=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81540 is #37EABF. Grayscale: #4F4F4F. Windows color (decimal): -3664576 or 4199880. OLE color: 4199880.

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

Color convert

RGB 200 21 64 -
CMYK 0 0.90 0.68 0.22
HSL 345.59º 0.81% 0.43% -
HSV(B) 345.59º 0.9% 0.78% -
XYZ 25.01 13.19 6.08 -
YUV 79.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 200 21 64 0 0.90 0.68 0.22 345.59 0.81 0.43
Hex C8 15 40 0 5A 44 16 15A 51 2B
Octal 310 25 100 0 132 104 26 532 121 53
Binary 11001000 10101 1000000 0 1011010 1000100 10110 101011010 1010001 101011

Color Harmonies of #C81540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81540

Black with #C81540

Text Example


Text Example

White with #C81540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81540; }

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

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

background-color css

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

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

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

border-color css

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

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

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