Html Css Color HEX #FD2F1D Red Orange

📋 copy color: '#FD2F1D'

red 253 ◦ green 47 ◦ blue 29

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

Shades of Red Orange #FD2F1D

Tints of Red Orange #FD2F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.29%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 76.9%
G = 14.29%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD2F1D (or 0xFD2F1D) is known color: Red Orange. HEX triplet: FD, 2F and 1D. RGB value is (253,47,29). Sum of RGB (Red+Green+Blue) = 253+47+29=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F1D is #02D0E2. Grayscale: #6A6A6A. Windows color (decimal): -184547 or 1912829. OLE color: 1912829.

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

Color convert

RGB 253 47 29 -
CMYK 0 0.81 0.89 0.01
HSL 4.82º 0.98% 0.55% -
HSV(B) 4.82º 0.89% 0.99% -
XYZ 41.75 23 3.4 -
YUV 106.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 253 47 29 0 0.81 0.89 0.01 4.82 0.98 0.55
Hex FD 2F 1D 0 51 59 1 5 62 37
Octal 375 57 35 0 121 131 1 5 142 67
Binary 11111101 101111 11101 0 1010001 1011001 1 101 1100010 110111

Color Harmonies of #FD2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F1D

Black with #FD2F1D

Text Example


Text Example

White with #FD2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F1D; }

 p { color: rgb(253,47,29); }

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

background-color css

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

 a { background-color: rgb(253,47,29); }

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

border-color css

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

 span { border-color: rgb(253,47,29); }

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