Html Css Color HEX #FD2C27 Red Orange

📋 copy color: '#FD2C27'

red 253 ◦ green 44 ◦ blue 39

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

Shades of Red Orange #FD2C27

Tints of Red Orange #FD2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 39 (15.63% from 255) = 11.61%

R = 75.3%
G = 13.1%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD2C27 (or 0xFD2C27) is known color: Red Orange. HEX triplet: FD, 2C and 27. RGB value is (253,44,39). Sum of RGB (Red+Green+Blue) = 253+44+39=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C27 is #02D3D8. Grayscale: #6A6A6A. Windows color (decimal): -185305 or 2567421. OLE color: 2567421.

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

Color convert

RGB 253 44 39 -
CMYK 0 0.83 0.85 0.01
HSL 1.4º 0.98% 0.57% -
HSV(B) 1.4º 0.85% 0.99% -
XYZ 41.77 22.83 4.12 -
YUV 105.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 253 44 39 0 0.83 0.85 0.01 1.4 0.98 0.57
Hex FD 2C 27 0 53 55 1 1 62 39
Octal 375 54 47 0 123 125 1 1 142 71
Binary 11111101 101100 100111 0 1010011 1010101 1 1 1100010 111001

Color Harmonies of #FD2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C27

Black with #FD2C27

Text Example


Text Example

White with #FD2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C27; }

 p { color: rgb(253,44,39); }

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

background-color css

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

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

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

border-color css

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

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

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