Html Css Color HEX #C81445 Cardinal

📋 copy color: '#C81445'

red 200 ◦ green 20 ◦ blue 69

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

Shades of Cardinal #C81445

Tints of Cardinal #C81445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 69.2%
G = 6.92%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81445 (or 0xC81445) is known color: Cardinal. HEX triplet: C8, 14 and 45. RGB value is (200,20,69). Sum of RGB (Red+Green+Blue) = 200+20+69=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C81445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81445 is #37EBBA. Grayscale: #4F4F4F. Windows color (decimal): -3664827 or 4527304. OLE color: 4527304.

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

Color convert

RGB 200 20 69 -
CMYK 0 0.9 0.66 0.22
HSL 343.67º 0.82% 0.43% -
HSV(B) 343.67º 0.9% 0.78% -
XYZ 25.14 13.21 6.85 -
YUV 79.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 200 20 69 0 0.9 0.66 0.22 343.67 0.82 0.43
Hex C8 14 45 0 5A 42 16 158 52 2B
Octal 310 24 105 0 132 102 26 530 122 53
Binary 11001000 10100 1000101 0 1011010 1000010 10110 101011000 1010010 101011

Color Harmonies of #C81445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81445

Black with #C81445

Text Example


Text Example

White with #C81445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81445; }

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

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

background-color css

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

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

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

border-color css

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

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

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