Html Css Color HEX #C7122F Cardinal

📋 copy color: '#C7122F'

red 199 ◦ green 18 ◦ blue 47

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

Shades of Cardinal #C7122F

Tints of Cardinal #C7122F

RGB

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

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

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

R = 75.38%
G = 6.82%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7122F (or 0xC7122F) is known color: Cardinal. HEX triplet: C7, 12 and 2F. RGB value is (199,18,47). Sum of RGB (Red+Green+Blue) = 199+18+47=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7122F is #38EDD0. Grayscale: #4B4B4B. Windows color (decimal): -3730897 or 3084999. OLE color: 3084999.

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

Color convert

RGB 199 18 47 -
CMYK 0 0.91 0.76 0.22
HSL 350.39º 0.83% 0.43% -
HSV(B) 350.39º 0.91% 0.78% -
XYZ 24.28 12.78 3.88 -
YUV 75.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 199 18 47 0 0.91 0.76 0.22 350.39 0.83 0.43
Hex C7 12 2F 0 5B 4C 16 15E 53 2B
Octal 307 22 57 0 133 114 26 536 123 53
Binary 11000111 10010 101111 0 1011011 1001100 10110 101011110 1010011 101011

Color Harmonies of #C7122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7122F

Black with #C7122F

Text Example


Text Example

White with #C7122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7122F; }

 p { color: rgb(199,18,47); }

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

background-color css

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

 a { background-color: rgb(199,18,47); }

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

border-color css

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

 span { border-color: rgb(199,18,47); }

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