Html Css Color HEX #C8124D Cardinal

📋 copy color: '#C8124D'

red 200 ◦ green 18 ◦ blue 77

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

Shades of Cardinal #C8124D

Tints of Cardinal #C8124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 67.8%
G = 6.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8124D (or 0xC8124D) is known color: Cardinal. HEX triplet: C8, 12 and 4D. RGB value is (200,18,77). Sum of RGB (Red+Green+Blue) = 200+18+77=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8124D is #37EDB2. Grayscale: #4F4F4F. Windows color (decimal): -3665331 or 5051080. OLE color: 5051080.

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

Color convert

RGB 200 18 77 -
CMYK 0 0.91 0.62 0.22
HSL 340.55º 0.83% 0.43% -
HSV(B) 340.55º 0.91% 0.78% -
XYZ 25.38 13.25 8.24 -
YUV 79.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 200 18 77 0 0.91 0.62 0.22 340.55 0.83 0.43
Hex C8 12 4D 0 5B 3E 16 155 53 2B
Octal 310 22 115 0 133 76 26 525 123 53
Binary 11001000 10010 1001101 0 1011011 111110 10110 101010101 1010011 101011

Color Harmonies of #C8124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8124D

Black with #C8124D

Text Example


Text Example

White with #C8124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8124D; }

 p { color: rgb(200,18,77); }

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

background-color css

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

 a { background-color: rgb(200,18,77); }

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

border-color css

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

 span { border-color: rgb(200,18,77); }

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