Html Css Color HEX #C81144 Cardinal

📋 copy color: '#C81144'

red 200 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #C81144

Tints of Cardinal #C81144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.86%

R = 70.18%
G = 5.96%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81144 (or 0xC81144) is known color: Cardinal. HEX triplet: C8, 11 and 44. RGB value is (200,17,68). Sum of RGB (Red+Green+Blue) = 200+17+68=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C81144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81144 is #37EEBB. Grayscale: #4D4D4D. Windows color (decimal): -3665596 or 4461000. OLE color: 4461000.

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

Color convert

RGB 200 17 68 -
CMYK 0 0.92 0.66 0.22
HSL 343.28º 0.84% 0.43% -
HSV(B) 343.28º 0.92% 0.78% -
XYZ 25.06 13.1 6.68 -
YUV 77.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 200 17 68 0 0.92 0.66 0.22 343.28 0.84 0.43
Hex C8 11 44 0 5C 42 16 157 54 2B
Octal 310 21 104 0 134 102 26 527 124 53
Binary 11001000 10001 1000100 0 1011100 1000010 10110 101010111 1010100 101011

Color Harmonies of #C81144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81144

Black with #C81144

Text Example


Text Example

White with #C81144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81144; }

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

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

background-color css

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

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

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

border-color css

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

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

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