Html Css Color HEX #FD2E2A Red Orange

📋 copy color: '#FD2E2A'

red 253 ◦ green 46 ◦ blue 42

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

Shades of Red Orange #FD2E2A

Tints of Red Orange #FD2E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 74.19%
G = 13.49%
B = 12.32%

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

#FD2E2A (or 0xFD2E2A) is known color: Red Orange. HEX triplet: FD, 2E and 2A. RGB value is (253,46,42). Sum of RGB (Red+Green+Blue) = 253+46+42=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E2A is #02D1D5. Grayscale: #6B6B6B. Windows color (decimal): -184790 or 2764541. OLE color: 2764541.

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

Color convert

RGB 253 46 42 -
CMYK 0 0.82 0.83 0.01
HSL 1.14º 0.98% 0.58% -
HSV(B) 1.14º 0.83% 0.99% -
XYZ 41.9 23 4.42 -
YUV 107.44 91.08 231.83 -
System Red Green Blue C M Y K H S L
Decimal 253 46 42 0 0.82 0.83 0.01 1.14 0.98 0.58
Hex FD 2E 2A 0 52 53 1 1 62 3A
Octal 375 56 52 0 122 123 1 1 142 72
Binary 11111101 101110 101010 0 1010010 1010011 1 1 1100010 111010

Color Harmonies of #FD2E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E2A

Black with #FD2E2A

Text Example


Text Example

White with #FD2E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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