Html Css Color HEX #C13F38 Grenadier

📋 copy color: '#C13F38'

red 193 ◦ green 63 ◦ blue 56

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

Shades of Grenadier #C13F38

Tints of Grenadier #C13F38

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

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

R = 61.86%
G = 20.19%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C13F38 (or 0xC13F38) is known color: Grenadier. HEX triplet: C1, 3F and 38. RGB value is (193,63,56). Sum of RGB (Red+Green+Blue) = 193+63+56=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F38 is #3EC0C7. Grayscale: #656565. Windows color (decimal): -4112584 or 3686337. OLE color: 3686337.

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

Color convert

RGB 193 63 56 -
CMYK 0 0.67 0.71 0.24
HSL 3.07º 0.55% 0.49% -
HSV(B) 3.07º 0.71% 0.76% -
XYZ 24.48 15.18 5.38 -
YUV 101.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 193 63 56 0 0.67 0.71 0.24 3.07 0.55 0.49
Hex C1 3F 38 0 43 47 18 3 37 31
Octal 301 77 70 0 103 107 30 3 67 61
Binary 11000001 111111 111000 0 1000011 1000111 11000 11 110111 110001

Color Harmonies of #C13F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F38

Black with #C13F38

Text Example


Text Example

White with #C13F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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