Html Css Color HEX #FD2B2B Red Orange

📋 copy color: '#FD2B2B'

red 253 ◦ green 43 ◦ blue 43

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

Shades of Red Orange #FD2B2B

Tints of Red Orange #FD2B2B

RGB

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

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

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

R = 74.63%
G = 12.68%
B = 12.68%

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

#FD2B2B (or 0xFD2B2B) is known color: Red Orange. HEX triplet: FD, 2B and 2B. RGB value is (253,43,43). Sum of RGB (Red+Green+Blue) = 253+43+43=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2B2B is #02D4D4. Grayscale: #696969. Windows color (decimal): -185557 or 2829309. OLE color: 2829309.

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

Color convert

RGB 253 43 43 -
CMYK 0 0.83 0.83 0.01
HSL 0.98% 0.58% -
HSV(B) 0.83% 0.99% -
XYZ 41.81 22.78 4.48 -
YUV 105.79 92.57 233 -
System Red Green Blue C M Y K H S L
Decimal 253 43 43 0 0.83 0.83 0.01 0 0.98 0.58
Hex FD 2B 2B 0 53 53 1 0 62 3A
Octal 375 53 53 0 123 123 1 0 142 72
Binary 11111101 101011 101011 0 1010011 1010011 1 0 1100010 111010

Color Harmonies of #FD2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2B2B

Black with #FD2B2B

Text Example


Text Example

White with #FD2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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