Html Css Color HEX #C10D40 Cardinal

📋 copy color: '#C10D40'

red 193 ◦ green 13 ◦ blue 64

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

Shades of Cardinal #C10D40

Tints of Cardinal #C10D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 71.48%
G = 4.81%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C10D40 (or 0xC10D40) is known color: Cardinal. HEX triplet: C1, 0D and 40. RGB value is (193,13,64). Sum of RGB (Red+Green+Blue) = 193+13+64=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D40 is #3EF2BF. Grayscale: #484848. Windows color (decimal): -4125376 or 4197825. OLE color: 4197825.

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

Color convert

RGB 193 13 64 -
CMYK 0 0.93 0.67 0.24
HSL 343º 0.87% 0.4% -
HSV(B) 343º 0.93% 0.76% -
XYZ 23.06 12 5.95 -
YUV 72.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 193 13 64 0 0.93 0.67 0.24 343 0.87 0.4
Hex C1 D 40 0 5D 43 18 157 57 28
Octal 301 15 100 0 135 103 30 527 127 50
Binary 11000001 1101 1000000 0 1011101 1000011 11000 101010111 1010111 101000

Color Harmonies of #C10D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D40

Black with #C10D40

Text Example


Text Example

White with #C10D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D40; }

 p { color: rgb(193,13,64); }

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

background-color css

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

 a { background-color: rgb(193,13,64); }

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

border-color css

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

 span { border-color: rgb(193,13,64); }

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