Html Css Color HEX #FD3935 Red Orange

📋 copy color: '#FD3935'

red 253 ◦ green 57 ◦ blue 53

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

Shades of Red Orange #FD3935

Tints of Red Orange #FD3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 69.7%
G = 15.7%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3935 (or 0xFD3935) is known color: Red Orange. HEX triplet: FD, 39 and 35. RGB value is (253,57,53). Sum of RGB (Red+Green+Blue) = 253+57+53=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3935 is #02C6CA. Grayscale: #737373. Windows color (decimal): -181963 or 3488253. OLE color: 3488253.

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

Color convert

RGB 253 57 53 -
CMYK 0 0.77 0.79 0.01
HSL 1.2º 0.98% 0.6% -
HSV(B) 1.2º 0.79% 0.99% -
XYZ 42.61 24.07 5.77 -
YUV 115.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 253 57 53 0 0.77 0.79 0.01 1.2 0.98 0.6
Hex FD 39 35 0 4D 4F 1 1 62 3C
Octal 375 71 65 0 115 117 1 1 142 74
Binary 11111101 111001 110101 0 1001101 1001111 1 1 1100010 111100

Color Harmonies of #FD3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3935

Black with #FD3935

Text Example


Text Example

White with #FD3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3935; }

 p { color: rgb(253,57,53); }

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

background-color css

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

 a { background-color: rgb(253,57,53); }

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

border-color css

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

 span { border-color: rgb(253,57,53); }

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