Html Css Color HEX #C8112F Cardinal

📋 copy color: '#C8112F'

red 200 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #C8112F

Tints of Cardinal #C8112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 75.76%
G = 6.44%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8112F (or 0xC8112F) is known color: Cardinal. HEX triplet: C8, 11 and 2F. RGB value is (200,17,47). Sum of RGB (Red+Green+Blue) = 200+17+47=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112F is #37EED0. Grayscale: #4B4B4B. Windows color (decimal): -3665617 or 3084744. OLE color: 3084744.

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

Color convert

RGB 200 17 47 -
CMYK 0 0.92 0.76 0.22
HSL 350.16º 0.84% 0.43% -
HSV(B) 350.16º 0.92% 0.78% -
XYZ 24.53 12.89 3.88 -
YUV 75.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 200 17 47 0 0.92 0.76 0.22 350.16 0.84 0.43
Hex C8 11 2F 0 5C 4C 16 15E 54 2B
Octal 310 21 57 0 134 114 26 536 124 53
Binary 11001000 10001 101111 0 1011100 1001100 10110 101011110 1010100 101011

Color Harmonies of #C8112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8112F

Black with #C8112F

Text Example


Text Example

White with #C8112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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