Html Css Color HEX #C81038 Cardinal

📋 copy color: '#C81038'

red 200 ◦ green 16 ◦ blue 56

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

Shades of Cardinal #C81038

Tints of Cardinal #C81038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 73.53%
G = 5.88%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81038 (or 0xC81038) is known color: Cardinal. HEX triplet: C8, 10 and 38. RGB value is (200,16,56). Sum of RGB (Red+Green+Blue) = 200+16+56=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81038 is #37EFC7. Grayscale: #4B4B4B. Windows color (decimal): -3665864 or 3674312. OLE color: 3674312.

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

Color convert

RGB 200 16 56 -
CMYK 0 0.92 0.72 0.22
HSL 346.96º 0.85% 0.42% -
HSV(B) 346.96º 0.92% 0.78% -
XYZ 24.72 12.94 4.94 -
YUV 75.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 200 16 56 0 0.92 0.72 0.22 346.96 0.85 0.42
Hex C8 10 38 0 5C 48 16 15B 55 2A
Octal 310 20 70 0 134 110 26 533 125 52
Binary 11001000 10000 111000 0 1011100 1001000 10110 101011011 1010101 101010

Color Harmonies of #C81038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81038

Black with #C81038

Text Example


Text Example

White with #C81038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81038; }

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

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

background-color css

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

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

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

border-color css

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

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

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