Html Css Color HEX #F13534 Red Orange

📋 copy color: '#F13534'

red 241 ◦ green 53 ◦ blue 52

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

Shades of Red Orange #F13534

Tints of Red Orange #F13534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 69.65%
G = 15.32%
B = 15.03%

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

#F13534 (or 0xF13534) is known color: Red Orange. HEX triplet: F1, 35 and 34. RGB value is (241,53,52). Sum of RGB (Red+Green+Blue) = 241+53+52=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F13534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13534 is #0ECACB. Grayscale: #6D6D6D. Windows color (decimal): -969420 or 3421681. OLE color: 3421681.

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

Color convert

RGB 241 53 52 -
CMYK 0 0.78 0.78 0.05
HSL 0.32º 0.87% 0.57% -
HSV(B) 0.32º 0.78% 0.95% -
XYZ 38.17 21.49 5.39 -
YUV 109.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 241 53 52 0 0.78 0.78 0.05 0.32 0.87 0.57
Hex F1 35 34 0 4E 4E 5 0 57 39
Octal 361 65 64 0 116 116 5 0 127 71
Binary 11110001 110101 110100 0 1001110 1001110 101 0 1010111 111001

Color Harmonies of #F13534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13534

Black with #F13534

Text Example


Text Example

White with #F13534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13534; }

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

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

background-color css

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

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

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

border-color css

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

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

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