Html Css Color HEX #FF3A30 Red Orange

📋 copy color: '#FF3A30'

red 255 ◦ green 58 ◦ blue 48

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

Shades of Red Orange #FF3A30

Tints of Red Orange #FF3A30

RGB

 RED value IS 255 (100% from 255) = 70.64%

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

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

R = 70.64%
G = 16.07%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3A30 (or 0xFF3A30) is known color: Red Orange. HEX triplet: FF, 3A and 30. RGB value is (255,58,48). Sum of RGB (Red+Green+Blue) = 255+58+48=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A30 is #00C5CF. Grayscale: #747474. Windows color (decimal): -50640 or 3160831. OLE color: 3160831.

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

Color convert

RGB 255 58 48 -
CMYK 0 0.77 0.81 0
HSL 2.9º 1% 0.59% -
HSV(B) 2.9º 0.81% 1% -
XYZ 43.29 24.5 5.24 -
YUV 115.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 255 58 48 0 0.77 0.81 0 2.9 1 0.59
Hex FF 3A 30 0 4D 51 0 3 64 3B
Octal 377 72 60 0 115 121 0 3 144 73
Binary 11111111 111010 110000 0 1001101 1010001 0 11 1100100 111011

Color Harmonies of #FF3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A30

Black with #FF3A30

Text Example


Text Example

White with #FF3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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