Html Css Color HEX #C10D38 Cardinal

📋 copy color: '#C10D38'

red 193 ◦ green 13 ◦ blue 56

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

Shades of Cardinal #C10D38

Tints of Cardinal #C10D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 73.66%
G = 4.96%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10D38 (or 0xC10D38) is known color: Cardinal. HEX triplet: C1, 0D and 38. RGB value is (193,13,56). Sum of RGB (Red+Green+Blue) = 193+13+56=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D38 is #3EF2C7. Grayscale: #474747. Windows color (decimal): -4125384 or 3673537. OLE color: 3673537.

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

Color convert

RGB 193 13 56 -
CMYK 0 0.93 0.71 0.24
HSL 345.67º 0.87% 0.4% -
HSV(B) 345.67º 0.93% 0.76% -
XYZ 22.85 11.91 4.84 -
YUV 71.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 193 13 56 0 0.93 0.71 0.24 345.67 0.87 0.4
Hex C1 D 38 0 5D 47 18 15A 57 28
Octal 301 15 70 0 135 107 30 532 127 50
Binary 11000001 1101 111000 0 1011101 1000111 11000 101011010 1010111 101000

Color Harmonies of #C10D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D38

Black with #C10D38

Text Example


Text Example

White with #C10D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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