Html Css Color HEX #C2123C Cardinal

📋 copy color: '#C2123C'

red 194 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #C2123C

Tints of Cardinal #C2123C

RGB

 RED value IS 194 (76.17% from 255) = 71.32%

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

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

R = 71.32%
G = 6.62%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2123C (or 0xC2123C) is known color: Cardinal. HEX triplet: C2, 12 and 3C. RGB value is (194,18,60). Sum of RGB (Red+Green+Blue) = 194+18+60=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2123C is #3DEDC3. Grayscale: #4B4B4B. Windows color (decimal): -4058564 or 3936962. OLE color: 3936962.

HSL color Cylindrical-coordinate representation of color #C2123C: hue angle of 345.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2123C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 60 -
CMYK 0 0.91 0.69 0.24
HSL 345.68º 0.83% 0.42% -
HSV(B) 345.68º 0.91% 0.76% -
XYZ 23.28 12.23 5.41 -
YUV 75.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 194 18 60 0 0.91 0.69 0.24 345.68 0.83 0.42
Hex C2 12 3C 0 5B 45 18 15A 53 2A
Octal 302 22 74 0 133 105 30 532 123 52
Binary 11000010 10010 111100 0 1011011 1000101 11000 101011010 1010011 101010

Color Harmonies of #C2123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2123C

Black with #C2123C

Text Example


Text Example

White with #C2123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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