Html Css Color HEX #FF3B30 Red Orange

📋 copy color: '#FF3B30'

red 255 ◦ green 59 ◦ blue 48

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

Shades of Red Orange #FF3B30

Tints of Red Orange #FF3B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 70.44%
G = 16.3%
B = 13.26%

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

#FF3B30 (or 0xFF3B30) is known color: Red Orange. HEX triplet: FF, 3B and 30. RGB value is (255,59,48). Sum of RGB (Red+Green+Blue) = 255+59+48=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B30 is #00C4CF. Grayscale: #747474. Windows color (decimal): -50384 or 3161087. OLE color: 3161087.

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

Color convert

RGB 255 59 48 -
CMYK 0 0.77 0.81 0
HSL 3.19º 1% 0.59% -
HSV(B) 3.19º 0.81% 1% -
XYZ 43.34 24.6 5.26 -
YUV 116.35 89.43 226.89 -
System Red Green Blue C M Y K H S L
Decimal 255 59 48 0 0.77 0.81 0 3.19 1 0.59
Hex FF 3B 30 0 4D 51 0 3 64 3B
Octal 377 73 60 0 115 121 0 3 144 73
Binary 11111111 111011 110000 0 1001101 1010001 0 11 1100100 111011

Color Harmonies of #FF3B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B30

Black with #FF3B30

Text Example


Text Example

White with #FF3B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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