Html Css Color HEX #F13A1D Red Orange

📋 copy color: '#F13A1D'

red 241 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #F13A1D

Tints of Red Orange #F13A1D

RGB

 RED value IS 241 (94.53% from 255) = 73.48%

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 73.48%
G = 17.68%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F13A1D (or 0xF13A1D) is known color: Red Orange. HEX triplet: F1, 3A and 1D. RGB value is (241,58,29). Sum of RGB (Red+Green+Blue) = 241+58+29=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A1D is #0EC5E2. Grayscale: #6D6D6D. Windows color (decimal): -968163 or 1915633. OLE color: 1915633.

HSL color Cylindrical-coordinate representation of color #F13A1D: hue angle of 8.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F13A1D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 58 29 -
CMYK 0 0.76 0.88 0.05
HSL 8.21º 0.88% 0.53% -
HSV(B) 8.21º 0.88% 0.95% -
XYZ 38.01 21.82 3.37 -
YUV 109.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 241 58 29 0 0.76 0.88 0.05 8.21 0.88 0.53
Hex F1 3A 1D 0 4C 58 5 8 58 35
Octal 361 72 35 0 114 130 5 10 130 65
Binary 11110001 111010 11101 0 1001100 1011000 101 1000 1011000 110101

Color Harmonies of #F13A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A1D

Black with #F13A1D

Text Example


Text Example

White with #F13A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A1D; }

 p { color: rgb(241,58,29); }

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

background-color css

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

 a { background-color: rgb(241,58,29); }

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

border-color css

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

 span { border-color: rgb(241,58,29); }

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