Html Css Color HEX #C81447 Cardinal

📋 copy color: '#C81447'

red 200 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #C81447

Tints of Cardinal #C81447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 68.73%
G = 6.87%
B = 24.4%

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

#C81447 (or 0xC81447) is known color: Cardinal. HEX triplet: C8, 14 and 47. RGB value is (200,20,71). Sum of RGB (Red+Green+Blue) = 200+20+71=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C81447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81447 is #37EBB8. Grayscale: #4F4F4F. Windows color (decimal): -3664825 or 4658376. OLE color: 4658376.

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

Color convert

RGB 200 20 71 -
CMYK 0 0.9 0.64 0.22
HSL 343º 0.82% 0.43% -
HSV(B) 343º 0.9% 0.78% -
XYZ 25.21 13.23 7.19 -
YUV 79.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 200 20 71 0 0.9 0.64 0.22 343 0.82 0.43
Hex C8 14 47 0 5A 40 16 157 52 2B
Octal 310 24 107 0 132 100 26 527 122 53
Binary 11001000 10100 1000111 0 1011010 1000000 10110 101010111 1010010 101011

Color Harmonies of #C81447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81447

Black with #C81447

Text Example


Text Example

White with #C81447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81447; }

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

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

background-color css

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

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

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

border-color css

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

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

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