Html Css Color HEX #C8114F Cardinal

📋 copy color: '#C8114F'

red 200 ◦ green 17 ◦ blue 79

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

Shades of Cardinal #C8114F

Tints of Cardinal #C8114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 67.57%
G = 5.74%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8114F (or 0xC8114F) is known color: Cardinal. HEX triplet: C8, 11 and 4F. RGB value is (200,17,79). Sum of RGB (Red+Green+Blue) = 200+17+79=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8114F is #37EEB0. Grayscale: #4E4E4E. Windows color (decimal): -3665585 or 5181896. OLE color: 5181896.

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

Color convert

RGB 200 17 79 -
CMYK 0 0.92 0.60 0.22
HSL 339.67º 0.84% 0.43% -
HSV(B) 339.67º 0.92% 0.78% -
XYZ 25.43 13.24 8.61 -
YUV 78.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 200 17 79 0 0.92 0.60 0.22 339.67 0.84 0.43
Hex C8 11 4F 0 5C 3C 16 154 54 2B
Octal 310 21 117 0 134 74 26 524 124 53
Binary 11001000 10001 1001111 0 1011100 111100 10110 101010100 1010100 101011

Color Harmonies of #C8114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8114F

Black with #C8114F

Text Example


Text Example

White with #C8114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8114F; }

 p { color: rgb(200,17,79); }

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

background-color css

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

 a { background-color: rgb(200,17,79); }

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

border-color css

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

 span { border-color: rgb(200,17,79); }

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