Html Css Color HEX #C81545 Cardinal

📋 copy color: '#C81545'

red 200 ◦ green 21 ◦ blue 69

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

Shades of Cardinal #C81545

Tints of Cardinal #C81545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 68.97%
G = 7.24%
B = 23.79%

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

#C81545 (or 0xC81545) is known color: Cardinal. HEX triplet: C8, 15 and 45. RGB value is (200,21,69). Sum of RGB (Red+Green+Blue) = 200+21+69=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C81545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81545 is #37EABA. Grayscale: #4F4F4F. Windows color (decimal): -3664571 or 4527560. OLE color: 4527560.

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

Color convert

RGB 200 21 69 -
CMYK 0 0.90 0.66 0.22
HSL 343.91º 0.81% 0.43% -
HSV(B) 343.91º 0.9% 0.78% -
XYZ 25.16 13.25 6.86 -
YUV 79.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 200 21 69 0 0.90 0.66 0.22 343.91 0.81 0.43
Hex C8 15 45 0 5A 42 16 158 51 2B
Octal 310 25 105 0 132 102 26 530 121 53
Binary 11001000 10101 1000101 0 1011010 1000010 10110 101011000 1010001 101011

Color Harmonies of #C81545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81545

Black with #C81545

Text Example


Text Example

White with #C81545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81545; }

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

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

background-color css

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

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

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

border-color css

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

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

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