Html Css Color HEX #F13434 Red Orange

📋 copy color: '#F13434'

red 241 ◦ green 52 ◦ blue 52

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

Shades of Red Orange #F13434

Tints of Red Orange #F13434

RGB

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

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

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

R = 69.86%
G = 15.07%
B = 15.07%

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

#F13434 (or 0xF13434) is known color: Red Orange. HEX triplet: F1, 34 and 34. RGB value is (241,52,52). Sum of RGB (Red+Green+Blue) = 241+52+52=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F13434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13434 is #0ECBCB. Grayscale: #6C6C6C. Windows color (decimal): -969676 or 3421425. OLE color: 3421425.

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

Color convert

RGB 241 52 52 -
CMYK 0 0.78 0.78 0.05
HSL 0.87% 0.57% -
HSV(B) 0.78% 0.95% -
XYZ 38.12 21.4 5.37 -
YUV 108.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 241 52 52 0 0.78 0.78 0.05 0 0.87 0.57
Hex F1 34 34 0 4E 4E 5 0 57 39
Octal 361 64 64 0 116 116 5 0 127 71
Binary 11110001 110100 110100 0 1001110 1001110 101 0 1010111 111001

Color Harmonies of #F13434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13434

Black with #F13434

Text Example


Text Example

White with #F13434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13434; }

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

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

background-color css

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

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

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

border-color css

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

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

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