Html Css Color HEX #FD2F2D Red Orange

📋 copy color: '#FD2F2D'

red 253 ◦ green 47 ◦ blue 45

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

Shades of Red Orange #FD2F2D

Tints of Red Orange #FD2F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 73.33%
G = 13.62%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD2F2D (or 0xFD2F2D) is known color: Red Orange. HEX triplet: FD, 2F and 2D. RGB value is (253,47,45). Sum of RGB (Red+Green+Blue) = 253+47+45=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F2D is #02D0D2. Grayscale: #6C6C6C. Windows color (decimal): -184531 or 2961405. OLE color: 2961405.

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

Color convert

RGB 253 47 45 -
CMYK 0 0.81 0.82 0.01
HSL 0.58º 0.98% 0.58% -
HSV(B) 0.58º 0.82% 0.99% -
XYZ 42 23.11 4.73 -
YUV 108.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 253 47 45 0 0.81 0.82 0.01 0.58 0.98 0.58
Hex FD 2F 2D 0 51 52 1 1 62 3A
Octal 375 57 55 0 121 122 1 1 142 72
Binary 11111101 101111 101101 0 1010001 1010010 1 1 1100010 111010

Color Harmonies of #FD2F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2F2D

Black with #FD2F2D

Text Example


Text Example

White with #FD2F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2F2D; }

 p { color: rgb(253,47,45); }

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

background-color css

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

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

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

border-color css

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

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

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