Html Css Color HEX #F13635 Red Orange

📋 copy color: '#F13635'

red 241 ◦ green 54 ◦ blue 53

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

Shades of Red Orange #F13635

Tints of Red Orange #F13635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

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

R = 69.25%
G = 15.52%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F13635 (or 0xF13635) is known color: Red Orange. HEX triplet: F1, 36 and 35. RGB value is (241,54,53). Sum of RGB (Red+Green+Blue) = 241+54+53=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13635 is #0EC9CA. Grayscale: #6D6D6D. Windows color (decimal): -969163 or 3487473. OLE color: 3487473.

HSL color Cylindrical-coordinate representation of color #F13635: hue angle of 0.32º 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 #F13635 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 53 -
CMYK 0 0.78 0.78 0.05
HSL 0.32º 0.87% 0.58% -
HSV(B) 0.32º 0.78% 0.95% -
XYZ 38.24 21.6 5.52 -
YUV 109.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 241 54 53 0 0.78 0.78 0.05 0.32 0.87 0.58
Hex F1 36 35 0 4E 4E 5 0 57 3A
Octal 361 66 65 0 116 116 5 0 127 72
Binary 11110001 110110 110101 0 1001110 1001110 101 0 1010111 111010

Color Harmonies of #F13635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13635

Black with #F13635

Text Example


Text Example

White with #F13635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13635; }

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

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

background-color css

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

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

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

border-color css

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

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

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