Html Css Color HEX #FD3430 Red Orange

📋 copy color: '#FD3430'

red 253 ◦ green 52 ◦ blue 48

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

Shades of Red Orange #FD3430

Tints of Red Orange #FD3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

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

R = 71.67%
G = 14.73%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD3430 (or 0xFD3430) is known color: Red Orange. HEX triplet: FD, 34 and 30. RGB value is (253,52,48). Sum of RGB (Red+Green+Blue) = 253+52+48=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3430 is #02CBCF. Grayscale: #6F6F6F. Windows color (decimal): -183248 or 3159293. OLE color: 3159293.

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

Color convert

RGB 253 52 48 -
CMYK 0 0.79 0.81 0.01
HSL 1.17º 0.98% 0.59% -
HSV(B) 1.17º 0.81% 0.99% -
XYZ 42.27 23.55 5.11 -
YUV 111.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 253 52 48 0 0.79 0.81 0.01 1.17 0.98 0.59
Hex FD 34 30 0 4F 51 1 1 62 3B
Octal 375 64 60 0 117 121 1 1 142 73
Binary 11111101 110100 110000 0 1001111 1010001 1 1 1100010 111011

Color Harmonies of #FD3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3430

Black with #FD3430

Text Example


Text Example

White with #FD3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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