Html Css Color HEX #C10D4F Cardinal

📋 copy color: '#C10D4F'

red 193 ◦ green 13 ◦ blue 79

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

Shades of Cardinal #C10D4F

Tints of Cardinal #C10D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 67.72%
G = 4.56%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C10D4F (or 0xC10D4F) is known color: Cardinal. HEX triplet: C1, 0D and 4F. RGB value is (193,13,79). Sum of RGB (Red+Green+Blue) = 193+13+79=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D4F is #3EF2B0. Grayscale: #4A4A4A. Windows color (decimal): -4125361 or 5180865. OLE color: 5180865.

HSL color Cylindrical-coordinate representation of color #C10D4F: hue angle of 338º 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 #C10D4F is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 13 79 -
CMYK 0 0.93 0.59 0.24
HSL 338º 0.87% 0.4% -
HSV(B) 338º 0.93% 0.76% -
XYZ 23.55 12.19 8.51 -
YUV 74.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 193 13 79 0 0.93 0.59 0.24 338 0.87 0.4
Hex C1 D 4F 0 5D 3B 18 152 57 28
Octal 301 15 117 0 135 73 30 522 127 50
Binary 11000001 1101 1001111 0 1011101 111011 11000 101010010 1010111 101000

Color Harmonies of #C10D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D4F

Black with #C10D4F

Text Example


Text Example

White with #C10D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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