Html Css Color HEX #F13D28 Red Orange

📋 copy color: '#F13D28'

red 241 ◦ green 61 ◦ blue 40

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

Shades of Red Orange #F13D28

Tints of Red Orange #F13D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.84%

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 70.47%
G = 17.84%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F13D28 (or 0xF13D28) is known color: Red Orange. HEX triplet: F1, 3D and 28. RGB value is (241,61,40). Sum of RGB (Red+Green+Blue) = 241+61+40=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D28 is #0EC2D7. Grayscale: #707070. Windows color (decimal): -967384 or 2637297. OLE color: 2637297.

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

Color convert

RGB 241 61 40 -
CMYK 0 0.75 0.83 0.05
HSL 6.27º 0.88% 0.55% -
HSV(B) 6.27º 0.83% 0.95% -
XYZ 38.33 22.19 4.27 -
YUV 112.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 241 61 40 0 0.75 0.83 0.05 6.27 0.88 0.55
Hex F1 3D 28 0 4B 53 5 6 58 37
Octal 361 75 50 0 113 123 5 6 130 67
Binary 11110001 111101 101000 0 1001011 1010011 101 110 1011000 110111

Color Harmonies of #F13D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D28

Black with #F13D28

Text Example


Text Example

White with #F13D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D28; }

 p { color: rgb(241,61,40); }

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

background-color css

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

 a { background-color: rgb(241,61,40); }

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

border-color css

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

 span { border-color: rgb(241,61,40); }

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