Html Css Color HEX #F13935 Red Orange

📋 copy color: '#F13935'

red 241 ◦ green 57 ◦ blue 53

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

Shades of Red Orange #F13935

Tints of Red Orange #F13935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 53 (21.09% from 255) = 15.1%

R = 68.66%
G = 16.24%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F13935 (or 0xF13935) is known color: Red Orange. HEX triplet: F1, 39 and 35. RGB value is (241,57,53). Sum of RGB (Red+Green+Blue) = 241+57+53=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F13935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13935 is #0EC6CA. Grayscale: #6F6F6F. Windows color (decimal): -968395 or 3488241. OLE color: 3488241.

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

Color convert

RGB 241 57 53 -
CMYK 0 0.76 0.78 0.05
HSL 1.28º 0.87% 0.58% -
HSV(B) 1.28º 0.78% 0.95% -
XYZ 38.38 21.88 5.57 -
YUV 111.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 241 57 53 0 0.76 0.78 0.05 1.28 0.87 0.58
Hex F1 39 35 0 4C 4E 5 1 57 3A
Octal 361 71 65 0 114 116 5 1 127 72
Binary 11110001 111001 110101 0 1001100 1001110 101 1 1010111 111010

Color Harmonies of #F13935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13935

Black with #F13935

Text Example


Text Example

White with #F13935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13935; }

 p { color: rgb(241,57,53); }

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

background-color css

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

 a { background-color: rgb(241,57,53); }

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

border-color css

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

 span { border-color: rgb(241,57,53); }

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