Html Css Color HEX #FD2E2E Red Orange

📋 copy color: '#FD2E2E'

red 253 ◦ green 46 ◦ blue 46

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

Shades of Red Orange #FD2E2E

Tints of Red Orange #FD2E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 73.33%
G = 13.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD2E2E (or 0xFD2E2E) is known color: Red Orange. HEX triplet: FD, 2E and 2E. RGB value is (253,46,46). Sum of RGB (Red+Green+Blue) = 253+46+46=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E2E is #02D1D1. Grayscale: #6C6C6C. Windows color (decimal): -184786 or 3026685. OLE color: 3026685.

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

Color convert

RGB 253 46 46 -
CMYK 0 0.82 0.82 0.01
HSL 0.98% 0.59% -
HSV(B) 0.82% 0.99% -
XYZ 41.98 23.03 4.82 -
YUV 107.89 93.08 231.5 -
System Red Green Blue C M Y K H S L
Decimal 253 46 46 0 0.82 0.82 0.01 0 0.98 0.59
Hex FD 2E 2E 0 52 52 1 0 62 3B
Octal 375 56 56 0 122 122 1 0 142 73
Binary 11111101 101110 101110 0 1010010 1010010 1 0 1100010 111011

Color Harmonies of #FD2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E2E

Black with #FD2E2E

Text Example


Text Example

White with #FD2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E2E; }

 p { color: rgb(253,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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