Html Css Color HEX #C81042 Cardinal

📋 copy color: '#C81042'

red 200 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #C81042

Tints of Cardinal #C81042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 70.92%
G = 5.67%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C81042 (or 0xC81042) is known color: Cardinal. HEX triplet: C8, 10 and 42. RGB value is (200,16,66). Sum of RGB (Red+Green+Blue) = 200+16+66=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C81042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81042 is #37EFBD. Grayscale: #4C4C4C. Windows color (decimal): -3665854 or 4329672. OLE color: 4329672.

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

Color convert

RGB 200 16 66 -
CMYK 0 0.92 0.67 0.22
HSL 343.7º 0.85% 0.42% -
HSV(B) 343.7º 0.92% 0.78% -
XYZ 24.99 13.04 6.35 -
YUV 76.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 200 16 66 0 0.92 0.67 0.22 343.7 0.85 0.42
Hex C8 10 42 0 5C 43 16 158 55 2A
Octal 310 20 102 0 134 103 26 530 125 52
Binary 11001000 10000 1000010 0 1011100 1000011 10110 101011000 1010101 101010

Color Harmonies of #C81042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81042

Black with #C81042

Text Example


Text Example

White with #C81042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81042; }

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

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

background-color css

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

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

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

border-color css

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

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

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