Html Css Color HEX #FF3A35 Red Orange

📋 copy color: '#FF3A35'

red 255 ◦ green 58 ◦ blue 53

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

Shades of Red Orange #FF3A35

Tints of Red Orange #FF3A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 69.67%
G = 15.85%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF3A35 (or 0xFF3A35) is known color: Red Orange. HEX triplet: FF, 3A and 35. RGB value is (255,58,53). Sum of RGB (Red+Green+Blue) = 255+58+53=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A35 is #00C5CA. Grayscale: #747474. Windows color (decimal): -50635 or 3488511. OLE color: 3488511.

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

Color convert

RGB 255 58 53 -
CMYK 0 0.77 0.79 0
HSL 1.49º 1% 0.6% -
HSV(B) 1.49º 0.79% 1% -
XYZ 43.4 24.54 5.82 -
YUV 116.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 255 58 53 0 0.77 0.79 0 1.49 1 0.6
Hex FF 3A 35 0 4D 4F 0 1 64 3C
Octal 377 72 65 0 115 117 0 1 144 74
Binary 11111111 111010 110101 0 1001101 1001111 0 1 1100100 111100

Color Harmonies of #FF3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A35

Black with #FF3A35

Text Example


Text Example

White with #FF3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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