Html Css Color HEX #C81141 Cardinal

📋 copy color: '#C81141'

red 200 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #C81141

Tints of Cardinal #C81141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 70.92%
G = 6.03%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C81141 (or 0xC81141) is known color: Cardinal. HEX triplet: C8, 11 and 41. RGB value is (200,17,65). Sum of RGB (Red+Green+Blue) = 200+17+65=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C81141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81141 is #37EEBE. Grayscale: #4D4D4D. Windows color (decimal): -3665599 or 4264392. OLE color: 4264392.

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

Color convert

RGB 200 17 65 -
CMYK 0 0.92 0.68 0.22
HSL 344.26º 0.84% 0.43% -
HSV(B) 344.26º 0.92% 0.78% -
XYZ 24.97 13.06 6.21 -
YUV 77.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 200 17 65 0 0.92 0.68 0.22 344.26 0.84 0.43
Hex C8 11 41 0 5C 44 16 158 54 2B
Octal 310 21 101 0 134 104 26 530 124 53
Binary 11001000 10001 1000001 0 1011100 1000100 10110 101011000 1010100 101011

Color Harmonies of #C81141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81141

Black with #C81141

Text Example


Text Example

White with #C81141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81141; }

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

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

background-color css

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

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

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

border-color css

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

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

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