Html Css Color HEX #C81749 Cardinal

📋 copy color: '#C81749'

red 200 ◦ green 23 ◦ blue 73

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

Shades of Cardinal #C81749

Tints of Cardinal #C81749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 67.57%
G = 7.77%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81749 (or 0xC81749) is known color: Cardinal. HEX triplet: C8, 17 and 49. RGB value is (200,23,73). Sum of RGB (Red+Green+Blue) = 200+23+73=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C81749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81749 is #37E8B6. Grayscale: #515151. Windows color (decimal): -3664055 or 4790216. OLE color: 4790216.

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

Color convert

RGB 200 23 73 -
CMYK 0 0.88 0.64 0.22
HSL 343.05º 0.79% 0.44% -
HSV(B) 343.05º 0.89% 0.78% -
XYZ 25.33 13.37 7.55 -
YUV 81.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 200 23 73 0 0.88 0.64 0.22 343.05 0.79 0.44
Hex C8 17 49 0 58 40 16 157 4F 2C
Octal 310 27 111 0 130 100 26 527 117 54
Binary 11001000 10111 1001001 0 1011000 1000000 10110 101010111 1001111 101100

Color Harmonies of #C81749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81749

Black with #C81749

Text Example


Text Example

White with #C81749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81749; }

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

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

background-color css

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

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

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

border-color css

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

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

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