Html Css Color HEX #FF3D30 Red Orange

📋 copy color: '#FF3D30'

red 255 ◦ green 61 ◦ blue 48

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

Shades of Red Orange #FF3D30

Tints of Red Orange #FF3D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.76%

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

R = 70.05%
G = 16.76%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF3D30 (or 0xFF3D30) is known color: Red Orange. HEX triplet: FF, 3D and 30. RGB value is (255,61,48). Sum of RGB (Red+Green+Blue) = 255+61+48=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D30 is #00C2CF. Grayscale: #757575. Windows color (decimal): -49872 or 3161599. OLE color: 3161599.

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

Color convert

RGB 255 61 48 -
CMYK 0 0.76 0.81 0
HSL 3.77º 1% 0.59% -
HSV(B) 3.77º 0.81% 1% -
XYZ 43.44 24.81 5.3 -
YUV 117.52 88.77 226.06 -
System Red Green Blue C M Y K H S L
Decimal 255 61 48 0 0.76 0.81 0 3.77 1 0.59
Hex FF 3D 30 0 4C 51 0 4 64 3B
Octal 377 75 60 0 114 121 0 4 144 73
Binary 11111111 111101 110000 0 1001100 1010001 0 100 1100100 111011

Color Harmonies of #FF3D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3D30

Black with #FF3D30

Text Example


Text Example

White with #FF3D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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