Html Css Color HEX #C81639 Cardinal

📋 copy color: '#C81639'

red 200 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #C81639

Tints of Cardinal #C81639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.89%

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 71.68%
G = 7.89%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C81639 (or 0xC81639) is known color: Cardinal. HEX triplet: C8, 16 and 39. RGB value is (200,22,57). Sum of RGB (Red+Green+Blue) = 200+22+57=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C81639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81639 is #37E9C6. Grayscale: #4F4F4F. Windows color (decimal): -3664327 or 3741384. OLE color: 3741384.

HSL color Cylindrical-coordinate representation of color #C81639: hue angle of 348.2º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81639 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 57 -
CMYK 0 0.89 0.72 0.22
HSL 348.2º 0.8% 0.44% -
HSV(B) 348.2º 0.89% 0.78% -
XYZ 24.84 13.15 5.1 -
YUV 79.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 200 22 57 0 0.89 0.72 0.22 348.2 0.8 0.44
Hex C8 16 39 0 59 48 16 15C 50 2C
Octal 310 26 71 0 131 110 26 534 120 54
Binary 11001000 10110 111001 0 1011001 1001000 10110 101011100 1010000 101100

Color Harmonies of #C81639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81639

Black with #C81639

Text Example


Text Example

White with #C81639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81639; }

 p { color: rgb(200,22,57); }

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

background-color css

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

 a { background-color: rgb(200,22,57); }

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

border-color css

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

 span { border-color: rgb(200,22,57); }

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