Html Css Color HEX #FD2B2A Red Orange

📋 copy color: '#FD2B2A'

red 253 ◦ green 43 ◦ blue 42

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

Shades of Red Orange #FD2B2A

Tints of Red Orange #FD2B2A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

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

R = 74.85%
G = 12.72%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD2B2A (or 0xFD2B2A) is known color: Red Orange. HEX triplet: FD, 2B and 2A. RGB value is (253,43,42). Sum of RGB (Red+Green+Blue) = 253+43+42=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B2A is #02D4D5. Grayscale: #696969. Windows color (decimal): -185558 or 2763773. OLE color: 2763773.

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

Color convert

RGB 253 43 42 -
CMYK 0 0.83 0.83 0.01
HSL 0.28º 0.98% 0.58% -
HSV(B) 0.28º 0.83% 0.99% -
XYZ 41.79 22.78 4.38 -
YUV 105.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 253 43 42 0 0.83 0.83 0.01 0.28 0.98 0.58
Hex FD 2B 2A 0 53 53 1 0 62 3A
Octal 375 53 52 0 123 123 1 0 142 72
Binary 11111101 101011 101010 0 1010011 1010011 1 0 1100010 111010

Color Harmonies of #FD2B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B2A

Black with #FD2B2A

Text Example


Text Example

White with #FD2B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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