Html Css Color HEX #C7123C Cardinal

📋 copy color: '#C7123C'

red 199 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #C7123C

Tints of Cardinal #C7123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 71.84%
G = 6.5%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7123C (or 0xC7123C) is known color: Cardinal. HEX triplet: C7, 12 and 3C. RGB value is (199,18,60). Sum of RGB (Red+Green+Blue) = 199+18+60=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7123C is #38EDC3. Grayscale: #4C4C4C. Windows color (decimal): -3730884 or 3936967. OLE color: 3936967.

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

Color convert

RGB 199 18 60 -
CMYK 0 0.91 0.70 0.22
HSL 346.08º 0.83% 0.43% -
HSV(B) 346.08º 0.91% 0.78% -
XYZ 24.59 12.9 5.47 -
YUV 76.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 199 18 60 0 0.91 0.70 0.22 346.08 0.83 0.43
Hex C7 12 3C 0 5B 46 16 15A 53 2B
Octal 307 22 74 0 133 106 26 532 123 53
Binary 11000111 10010 111100 0 1011011 1000110 10110 101011010 1010011 101011

Color Harmonies of #C7123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7123C

Black with #C7123C

Text Example


Text Example

White with #C7123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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