Html Css Color HEX #FD2C23 Red Orange

📋 copy color: '#FD2C23'

red 253 ◦ green 44 ◦ blue 35

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

Shades of Red Orange #FD2C23

Tints of Red Orange #FD2C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 76.2%
G = 13.25%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD2C23 (or 0xFD2C23) is known color: Red Orange. HEX triplet: FD, 2C and 23. RGB value is (253,44,35). Sum of RGB (Red+Green+Blue) = 253+44+35=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2C23 is #02D3DC. Grayscale: #696969. Windows color (decimal): -185309 or 2305277. OLE color: 2305277.

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

Color convert

RGB 253 44 35 -
CMYK 0 0.83 0.86 0.01
HSL 2.48º 0.98% 0.56% -
HSV(B) 2.48º 0.86% 0.99% -
XYZ 41.71 22.81 3.79 -
YUV 105.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 253 44 35 0 0.83 0.86 0.01 2.48 0.98 0.56
Hex FD 2C 23 0 53 56 1 2 62 38
Octal 375 54 43 0 123 126 1 2 142 70
Binary 11111101 101100 100011 0 1010011 1010110 1 10 1100010 111000

Color Harmonies of #FD2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2C23

Black with #FD2C23

Text Example


Text Example

White with #FD2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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