Html Css Color HEX #C81448 Cardinal

📋 copy color: '#C81448'

red 200 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #C81448

Tints of Cardinal #C81448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 68.49%
G = 6.85%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81448 (or 0xC81448) is known color: Cardinal. HEX triplet: C8, 14 and 48. RGB value is (200,20,72). Sum of RGB (Red+Green+Blue) = 200+20+72=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81448 is #37EBB7. Grayscale: #4F4F4F. Windows color (decimal): -3664824 or 4723912. OLE color: 4723912.

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

Color convert

RGB 200 20 72 -
CMYK 0 0.9 0.64 0.22
HSL 342.67º 0.82% 0.43% -
HSV(B) 342.67º 0.9% 0.78% -
XYZ 25.24 13.25 7.36 -
YUV 79.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 200 20 72 0 0.9 0.64 0.22 342.67 0.82 0.43
Hex C8 14 48 0 5A 40 16 157 52 2B
Octal 310 24 110 0 132 100 26 527 122 53
Binary 11001000 10100 1001000 0 1011010 1000000 10110 101010111 1010010 101011

Color Harmonies of #C81448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81448

Black with #C81448

Text Example


Text Example

White with #C81448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81448; }

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

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

background-color css

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

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

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

border-color css

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

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

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