Html Css Color HEX #C7122E Cardinal

📋 copy color: '#C7122E'

red 199 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #C7122E

Tints of Cardinal #C7122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 75.67%
G = 6.84%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7122E (or 0xC7122E) is known color: Cardinal. HEX triplet: C7, 12 and 2E. RGB value is (199,18,46). Sum of RGB (Red+Green+Blue) = 199+18+46=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7122E is #38EDD1. Grayscale: #4B4B4B. Windows color (decimal): -3730898 or 3019463. OLE color: 3019463.

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

Color convert

RGB 199 18 46 -
CMYK 0 0.91 0.77 0.22
HSL 350.72º 0.83% 0.43% -
HSV(B) 350.72º 0.91% 0.78% -
XYZ 24.26 12.77 3.77 -
YUV 75.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 199 18 46 0 0.91 0.77 0.22 350.72 0.83 0.43
Hex C7 12 2E 0 5B 4D 16 15F 53 2B
Octal 307 22 56 0 133 115 26 537 123 53
Binary 11000111 10010 101110 0 1011011 1001101 10110 101011111 1010011 101011

Color Harmonies of #C7122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7122E

Black with #C7122E

Text Example


Text Example

White with #C7122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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