Html Css Color HEX #C7123F Cardinal

📋 copy color: '#C7123F'

red 199 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #C7123F

Tints of Cardinal #C7123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 71.07%
G = 6.43%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7123F (or 0xC7123F) is known color: Cardinal. HEX triplet: C7, 12 and 3F. RGB value is (199,18,63). Sum of RGB (Red+Green+Blue) = 199+18+63=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7123F is #38EDC0. Grayscale: #4D4D4D. Windows color (decimal): -3730881 or 4133575. OLE color: 4133575.

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

Color convert

RGB 199 18 63 -
CMYK 0 0.91 0.68 0.22
HSL 345.08º 0.83% 0.43% -
HSV(B) 345.08º 0.91% 0.78% -
XYZ 24.67 12.93 5.9 -
YUV 77.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 199 18 63 0 0.91 0.68 0.22 345.08 0.83 0.43
Hex C7 12 3F 0 5B 44 16 159 53 2B
Octal 307 22 77 0 133 104 26 531 123 53
Binary 11000111 10010 111111 0 1011011 1000100 10110 101011001 1010011 101011

Color Harmonies of #C7123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7123F

Black with #C7123F

Text Example


Text Example

White with #C7123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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