Html Css Color HEX #F13423 Red Orange

📋 copy color: '#F13423'

red 241 ◦ green 52 ◦ blue 35

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

Shades of Red Orange #F13423

Tints of Red Orange #F13423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 73.48%
G = 15.85%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F13423 (or 0xF13423) is known color: Red Orange. HEX triplet: F1, 34 and 23. RGB value is (241,52,35). Sum of RGB (Red+Green+Blue) = 241+52+35=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13423 is #0ECBDC. Grayscale: #6A6A6A. Windows color (decimal): -969693 or 2307313. OLE color: 2307313.

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

Color convert

RGB 241 52 35 -
CMYK 0 0.78 0.85 0.05
HSL 4.95º 0.88% 0.54% -
HSV(B) 4.95º 0.85% 0.95% -
XYZ 37.81 21.28 3.7 -
YUV 106.57 87.62 223.88 -
System Red Green Blue C M Y K H S L
Decimal 241 52 35 0 0.78 0.85 0.05 4.95 0.88 0.54
Hex F1 34 23 0 4E 55 5 5 58 36
Octal 361 64 43 0 116 125 5 5 130 66
Binary 11110001 110100 100011 0 1001110 1010101 101 101 1011000 110110

Color Harmonies of #F13423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13423

Black with #F13423

Text Example


Text Example

White with #F13423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13423; }

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

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

background-color css

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

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

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

border-color css

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

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

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