Html Css Color HEX #C10C39 Cardinal

📋 copy color: '#C10C39'

red 193 ◦ green 12 ◦ blue 57

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

Shades of Cardinal #C10C39

Tints of Cardinal #C10C39

RGB

 RED value IS 193 (75.78% from 255) = 73.66%

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 73.66%
G = 4.58%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10C39 (or 0xC10C39) is known color: Cardinal. HEX triplet: C1, 0C and 39. RGB value is (193,12,57). Sum of RGB (Red+Green+Blue) = 193+12+57=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C39 is #3EF3C6. Grayscale: #474747. Windows color (decimal): -4125639 or 3738817. OLE color: 3738817.

HSL color Cylindrical-coordinate representation of color #C10C39: hue angle of 345.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C39 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 12 57 -
CMYK 0 0.94 0.70 0.24
HSL 345.08º 0.88% 0.4% -
HSV(B) 345.08º 0.94% 0.76% -
XYZ 22.86 11.9 4.96 -
YUV 71.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 193 12 57 0 0.94 0.70 0.24 345.08 0.88 0.4
Hex C1 C 39 0 5E 46 18 159 58 28
Octal 301 14 71 0 136 106 30 531 130 50
Binary 11000001 1100 111001 0 1011110 1000110 11000 101011001 1011000 101000

Color Harmonies of #C10C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C39

Black with #C10C39

Text Example


Text Example

White with #C10C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C39; }

 p { color: rgb(193,12,57); }

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

background-color css

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

 a { background-color: rgb(193,12,57); }

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

border-color css

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

 span { border-color: rgb(193,12,57); }

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