Html Css Color HEX #C10C38 Cardinal

📋 copy color: '#C10C38'

red 193 ◦ green 12 ◦ blue 56

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

Shades of Cardinal #C10C38

Tints of Cardinal #C10C38

RGB

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

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

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

R = 73.95%
G = 4.6%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C10C38 (or 0xC10C38) is known color: Cardinal. HEX triplet: C1, 0C and 38. RGB value is (193,12,56). Sum of RGB (Red+Green+Blue) = 193+12+56=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10C38 is #3EF3C7. Grayscale: #474747. Windows color (decimal): -4125640 or 3673281. OLE color: 3673281.

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

Color convert

RGB 193 12 56 -
CMYK 0 0.94 0.71 0.24
HSL 345.41º 0.88% 0.4% -
HSV(B) 345.41º 0.94% 0.76% -
XYZ 22.84 11.89 4.83 -
YUV 71.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 193 12 56 0 0.94 0.71 0.24 345.41 0.88 0.4
Hex C1 C 38 0 5E 47 18 159 58 28
Octal 301 14 70 0 136 107 30 531 130 50
Binary 11000001 1100 111000 0 1011110 1000111 11000 101011001 1011000 101000

Color Harmonies of #C10C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10C38

Black with #C10C38

Text Example


Text Example

White with #C10C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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