Html Css Color HEX #C81146 Cardinal

📋 copy color: '#C81146'

red 200 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #C81146

Tints of Cardinal #C81146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 69.69%
G = 5.92%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C81146 (or 0xC81146) is known color: Cardinal. HEX triplet: C8, 11 and 46. RGB value is (200,17,70). Sum of RGB (Red+Green+Blue) = 200+17+70=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C81146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81146 is #37EEB9. Grayscale: #4D4D4D. Windows color (decimal): -3665594 or 4592072. OLE color: 4592072.

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

Color convert

RGB 200 17 70 -
CMYK 0 0.92 0.65 0.22
HSL 342.62º 0.84% 0.43% -
HSV(B) 342.62º 0.92% 0.78% -
XYZ 25.13 13.12 7 -
YUV 77.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 200 17 70 0 0.92 0.65 0.22 342.62 0.84 0.43
Hex C8 11 46 0 5C 41 16 157 54 2B
Octal 310 21 106 0 134 101 26 527 124 53
Binary 11001000 10001 1000110 0 1011100 1000001 10110 101010111 1010100 101011

Color Harmonies of #C81146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81146

Black with #C81146

Text Example


Text Example

White with #C81146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81146; }

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

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

background-color css

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

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

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

border-color css

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

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

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