Html Css Color HEX #C7123A Cardinal

📋 copy color: '#C7123A'

red 199 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #C7123A

Tints of Cardinal #C7123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 72.36%
G = 6.55%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7123A (or 0xC7123A) is known color: Cardinal. HEX triplet: C7, 12 and 3A. RGB value is (199,18,58). Sum of RGB (Red+Green+Blue) = 199+18+58=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7123A is #38EDC5. Grayscale: #4C4C4C. Windows color (decimal): -3730886 or 3805895. OLE color: 3805895.

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

Color convert

RGB 199 18 58 -
CMYK 0 0.91 0.71 0.22
HSL 346.74º 0.83% 0.43% -
HSV(B) 346.74º 0.91% 0.78% -
XYZ 24.53 12.88 5.2 -
YUV 76.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 199 18 58 0 0.91 0.71 0.22 346.74 0.83 0.43
Hex C7 12 3A 0 5B 47 16 15B 53 2B
Octal 307 22 72 0 133 107 26 533 123 53
Binary 11000111 10010 111010 0 1011011 1000111 10110 101011011 1010011 101011

Color Harmonies of #C7123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7123A

Black with #C7123A

Text Example


Text Example

White with #C7123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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