Html Css Color HEX #C81F49 Cardinal

📋 copy color: '#C81F49'

red 200 ◦ green 31 ◦ blue 73

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

Shades of Cardinal #C81F49

Tints of Cardinal #C81F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 65.79%
G = 10.2%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81F49 (or 0xC81F49) is known color: Cardinal. HEX triplet: C8, 1F and 49. RGB value is (200,31,73). Sum of RGB (Red+Green+Blue) = 200+31+73=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F49 is #37E0B6. Grayscale: #565656. Windows color (decimal): -3662007 or 4792264. OLE color: 4792264.

HSL color Cylindrical-coordinate representation of color #C81F49: hue angle of 345.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F49 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 73 -
CMYK 0 0.84 0.64 0.22
HSL 345.09º 0.73% 0.45% -
HSV(B) 345.09º 0.85% 0.78% -
XYZ 25.51 13.74 7.61 -
YUV 86.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 200 31 73 0 0.84 0.64 0.22 345.09 0.73 0.45
Hex C8 1F 49 0 54 40 16 159 49 2D
Octal 310 37 111 0 124 100 26 531 111 55
Binary 11001000 11111 1001001 0 1010100 1000000 10110 101011001 1001001 101101

Color Harmonies of #C81F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F49

Black with #C81F49

Text Example


Text Example

White with #C81F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F49; }

 p { color: rgb(200,31,73); }

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

background-color css

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

 a { background-color: rgb(200,31,73); }

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

border-color css

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

 span { border-color: rgb(200,31,73); }

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