Html Css Color HEX #F13833 Red Orange

📋 copy color: '#F13833'

red 241 ◦ green 56 ◦ blue 51

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

Shades of Red Orange #F13833

Tints of Red Orange #F13833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 69.25%
G = 16.09%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F13833 (or 0xF13833) is known color: Red Orange. HEX triplet: F1, 38 and 33. RGB value is (241,56,51). Sum of RGB (Red+Green+Blue) = 241+56+51=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13833 is #0EC7CC. Grayscale: #6E6E6E. Windows color (decimal): -968653 or 3356913. OLE color: 3356913.

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

Color convert

RGB 241 56 51 -
CMYK 0 0.77 0.79 0.05
HSL 1.58º 0.87% 0.57% -
HSV(B) 1.58º 0.79% 0.95% -
XYZ 38.29 21.77 5.32 -
YUV 110.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 241 56 51 0 0.77 0.79 0.05 1.58 0.87 0.57
Hex F1 38 33 0 4D 4F 5 2 57 39
Octal 361 70 63 0 115 117 5 2 127 71
Binary 11110001 111000 110011 0 1001101 1001111 101 10 1010111 111001

Color Harmonies of #F13833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13833

Black with #F13833

Text Example


Text Example

White with #F13833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13833; }

 p { color: rgb(241,56,51); }

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

background-color css

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

 a { background-color: rgb(241,56,51); }

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

border-color css

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

 span { border-color: rgb(241,56,51); }

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