Html Css Color HEX #FD302E Red Orange

📋 copy color: '#FD302E'

red 253 ◦ green 48 ◦ blue 46

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

Shades of Red Orange #FD302E

Tints of Red Orange #FD302E

RGB

 RED value IS 253 (99.22% from 255) = 72.91%

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 72.91%
G = 13.83%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD302E (or 0xFD302E) is known color: Red Orange. HEX triplet: FD, 30 and 2E. RGB value is (253,48,46). Sum of RGB (Red+Green+Blue) = 253+48+46=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD302E is #02CFD1. Grayscale: #6D6D6D. Windows color (decimal): -184274 or 3027197. OLE color: 3027197.

HSL color Cylindrical-coordinate representation of color #FD302E: hue angle of 0.58º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD302E is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 48 46 -
CMYK 0 0.81 0.82 0.01
HSL 0.58º 0.98% 0.59% -
HSV(B) 0.58º 0.82% 0.99% -
XYZ 42.06 23.19 4.84 -
YUV 109.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 253 48 46 0 0.81 0.82 0.01 0.58 0.98 0.59
Hex FD 30 2E 0 51 52 1 1 62 3B
Octal 375 60 56 0 121 122 1 1 142 73
Binary 11111101 110000 101110 0 1010001 1010010 1 1 1100010 111011

Color Harmonies of #FD302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD302E

Black with #FD302E

Text Example


Text Example

White with #FD302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD302E; }

 p { color: rgb(253,48,46); }

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

background-color css

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

 a { background-color: rgb(253,48,46); }

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

border-color css

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

 span { border-color: rgb(253,48,46); }

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