Html Css Color HEX #C7114B Cardinal

📋 copy color: '#C7114B'

red 199 ◦ green 17 ◦ blue 75

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

Shades of Cardinal #C7114B

Tints of Cardinal #C7114B

RGB

 RED value IS 199 (78.13% from 255) = 68.38%

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

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 68.38%
G = 5.84%
B = 25.77%

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

#C7114B (or 0xC7114B) is known color: Cardinal. HEX triplet: C7, 11 and 4B. RGB value is (199,17,75). Sum of RGB (Red+Green+Blue) = 199+17+75=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7114B is #38EEB4. Grayscale: #4D4D4D. Windows color (decimal): -3731125 or 4919751. OLE color: 4919751.

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

Color convert

RGB 199 17 75 -
CMYK 0 0.91 0.62 0.22
HSL 340.88º 0.84% 0.42% -
HSV(B) 340.88º 0.91% 0.78% -
XYZ 25.02 13.05 7.86 -
YUV 78.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 199 17 75 0 0.91 0.62 0.22 340.88 0.84 0.42
Hex C7 11 4B 0 5B 3E 16 155 54 2A
Octal 307 21 113 0 133 76 26 525 124 52
Binary 11000111 10001 1001011 0 1011011 111110 10110 101010101 1010100 101010

Color Harmonies of #C7114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7114B

Black with #C7114B

Text Example


Text Example

White with #C7114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7114B; }

 p { color: rgb(199,17,75); }

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

background-color css

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

 a { background-color: rgb(199,17,75); }

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

border-color css

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

 span { border-color: rgb(199,17,75); }

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