Html Css Color HEX #C81748 Cardinal

📋 copy color: '#C81748'

red 200 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C81748

Tints of Cardinal #C81748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 67.8%
G = 7.8%
B = 24.41%

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

#C81748 (or 0xC81748) is known color: Cardinal. HEX triplet: C8, 17 and 48. RGB value is (200,23,72). Sum of RGB (Red+Green+Blue) = 200+23+72=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C81748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81748 is #37E8B7. Grayscale: #515151. Windows color (decimal): -3664056 or 4724680. OLE color: 4724680.

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

Color convert

RGB 200 23 72 -
CMYK 0 0.88 0.64 0.22
HSL 343.39º 0.79% 0.44% -
HSV(B) 343.39º 0.89% 0.78% -
XYZ 25.3 13.36 7.38 -
YUV 81.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 200 23 72 0 0.88 0.64 0.22 343.39 0.79 0.44
Hex C8 17 48 0 58 40 16 157 4F 2C
Octal 310 27 110 0 130 100 26 527 117 54
Binary 11001000 10111 1001000 0 1011000 1000000 10110 101010111 1001111 101100

Color Harmonies of #C81748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81748

Black with #C81748

Text Example


Text Example

White with #C81748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81748; }

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

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

background-color css

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

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

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

border-color css

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

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

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