Html Css Color HEX #C81541 Cardinal

📋 copy color: '#C81541'

red 200 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #C81541

Tints of Cardinal #C81541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 69.93%
G = 7.34%
B = 22.73%

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

#C81541 (or 0xC81541) is known color: Cardinal. HEX triplet: C8, 15 and 41. RGB value is (200,21,65). Sum of RGB (Red+Green+Blue) = 200+21+65=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C81541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81541 is #37EABE. Grayscale: #4F4F4F. Windows color (decimal): -3664575 or 4265416. OLE color: 4265416.

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

Color convert

RGB 200 21 65 -
CMYK 0 0.90 0.68 0.22
HSL 345.25º 0.81% 0.43% -
HSV(B) 345.25º 0.9% 0.78% -
XYZ 25.04 13.2 6.23 -
YUV 79.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 200 21 65 0 0.90 0.68 0.22 345.25 0.81 0.43
Hex C8 15 41 0 5A 44 16 159 51 2B
Octal 310 25 101 0 132 104 26 531 121 53
Binary 11001000 10101 1000001 0 1011010 1000100 10110 101011001 1010001 101011

Color Harmonies of #C81541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81541

Black with #C81541

Text Example


Text Example

White with #C81541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81541; }

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

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

background-color css

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

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

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

border-color css

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

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

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