Html Css Color HEX #C81044 Cardinal

📋 copy color: '#C81044'

red 200 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #C81044

Tints of Cardinal #C81044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 70.42%
G = 5.63%
B = 23.94%

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

#C81044 (or 0xC81044) is known color: Cardinal. HEX triplet: C8, 10 and 44. RGB value is (200,16,68). Sum of RGB (Red+Green+Blue) = 200+16+68=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C81044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81044 is #37EFBB. Grayscale: #4C4C4C. Windows color (decimal): -3665852 or 4460744. OLE color: 4460744.

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

Color convert

RGB 200 16 68 -
CMYK 0 0.92 0.66 0.22
HSL 343.04º 0.85% 0.42% -
HSV(B) 343.04º 0.92% 0.78% -
XYZ 25.05 13.07 6.67 -
YUV 76.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 200 16 68 0 0.92 0.66 0.22 343.04 0.85 0.42
Hex C8 10 44 0 5C 42 16 157 55 2A
Octal 310 20 104 0 134 102 26 527 125 52
Binary 11001000 10000 1000100 0 1011100 1000010 10110 101010111 1010101 101010

Color Harmonies of #C81044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81044

Black with #C81044

Text Example


Text Example

White with #C81044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81044; }

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

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

background-color css

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

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

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

border-color css

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

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

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