Html Css Color HEX #FD3A30 Red Orange

📋 copy color: '#FD3A30'

red 253 ◦ green 58 ◦ blue 48

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

Shades of Red Orange #FD3A30

Tints of Red Orange #FD3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.16%

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 70.47%
G = 16.16%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD3A30 (or 0xFD3A30) is known color: Red Orange. HEX triplet: FD, 3A and 30. RGB value is (253,58,48). Sum of RGB (Red+Green+Blue) = 253+58+48=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A30 is #02C5CF. Grayscale: #737373. Windows color (decimal): -181712 or 3160829. OLE color: 3160829.

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

Color convert

RGB 253 58 48 -
CMYK 0 0.77 0.81 0.01
HSL 2.93º 0.98% 0.59% -
HSV(B) 2.93º 0.81% 0.99% -
XYZ 42.55 24.12 5.21 -
YUV 115.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 253 58 48 0 0.77 0.81 0.01 2.93 0.98 0.59
Hex FD 3A 30 0 4D 51 1 3 62 3B
Octal 375 72 60 0 115 121 1 3 142 73
Binary 11111101 111010 110000 0 1001101 1010001 1 11 1100010 111011

Color Harmonies of #FD3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A30

Black with #FD3A30

Text Example


Text Example

White with #FD3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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