Html Css Color HEX #FD2E2B Red Orange

📋 copy color: '#FD2E2B'

red 253 ◦ green 46 ◦ blue 43

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

Shades of Red Orange #FD2E2B

Tints of Red Orange #FD2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.57%

R = 73.98%
G = 13.45%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD2E2B (or 0xFD2E2B) is known color: Red Orange. HEX triplet: FD, 2E and 2B. RGB value is (253,46,43). Sum of RGB (Red+Green+Blue) = 253+46+43=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E2B is #02D1D4. Grayscale: #6B6B6B. Windows color (decimal): -184789 or 2830077. OLE color: 2830077.

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

Color convert

RGB 253 46 43 -
CMYK 0 0.82 0.83 0.01
HSL 0.86º 0.98% 0.58% -
HSV(B) 0.86º 0.83% 0.99% -
XYZ 41.92 23.01 4.52 -
YUV 107.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 253 46 43 0 0.82 0.83 0.01 0.86 0.98 0.58
Hex FD 2E 2B 0 52 53 1 1 62 3A
Octal 375 56 53 0 122 123 1 1 142 72
Binary 11111101 101110 101011 0 1010010 1010011 1 1 1100010 111010

Color Harmonies of #FD2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E2B

Black with #FD2E2B

Text Example


Text Example

White with #FD2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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