Html Css Color HEX #FD3C34 Red Orange

📋 copy color: '#FD3C34'

red 253 ◦ green 60 ◦ blue 52

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

Shades of Red Orange #FD3C34

Tints of Red Orange #FD3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 69.32%
G = 16.44%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD3C34 (or 0xFD3C34) is known color: Red Orange. HEX triplet: FD, 3C and 34. RGB value is (253,60,52). Sum of RGB (Red+Green+Blue) = 253+60+52=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C34 is #02C3CB. Grayscale: #757575. Windows color (decimal): -181196 or 3423485. OLE color: 3423485.

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

Color convert

RGB 253 60 52 -
CMYK 0 0.76 0.79 0.01
HSL 2.39º 0.98% 0.6% -
HSV(B) 2.39º 0.79% 0.99% -
XYZ 42.74 24.36 5.7 -
YUV 116.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 253 60 52 0 0.76 0.79 0.01 2.39 0.98 0.6
Hex FD 3C 34 0 4C 4F 1 2 62 3C
Octal 375 74 64 0 114 117 1 2 142 74
Binary 11111101 111100 110100 0 1001100 1001111 1 10 1100010 111100

Color Harmonies of #FD3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3C34

Black with #FD3C34

Text Example


Text Example

White with #FD3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3C34; }

 p { color: rgb(253,60,52); }

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

background-color css

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

 a { background-color: rgb(253,60,52); }

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

border-color css

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

 span { border-color: rgb(253,60,52); }

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