Html Css Color HEX #FF3C23 Red Orange

📋 copy color: '#FF3C23'

red 255 ◦ green 60 ◦ blue 35

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

Shades of Red Orange #FF3C23

Tints of Red Orange #FF3C23

RGB

 RED value IS 255 (100% from 255) = 72.86%

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 72.86%
G = 17.14%
B = 10%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF3C23 (or 0xFF3C23) is known color: Red Orange. HEX triplet: FF, 3C and 23. RGB value is (255,60,35). Sum of RGB (Red+Green+Blue) = 255+60+35=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C23 is #00C3DC. Grayscale: #737373. Windows color (decimal): -50141 or 2309375. OLE color: 2309375.

HSL color Cylindrical-coordinate representation of color #FF3C23: hue angle of 6.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF3C23 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 60 35 -
CMYK 0 0.76 0.86 0
HSL 6.82º 1% 0.57% -
HSV(B) 6.82º 0.86% 1% -
XYZ 43.16 24.61 4.07 -
YUV 115.46 82.6 227.53 -
System Red Green Blue C M Y K H S L
Decimal 255 60 35 0 0.76 0.86 0 6.82 1 0.57
Hex FF 3C 23 0 4C 56 0 7 64 39
Octal 377 74 43 0 114 126 0 7 144 71
Binary 11111111 111100 100011 0 1001100 1010110 0 111 1100100 111001

Color Harmonies of #FF3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C23

Black with #FF3C23

Text Example


Text Example

White with #FF3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C23; }

 p { color: rgb(255,60,35); }

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

background-color css

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

 a { background-color: rgb(255,60,35); }

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

border-color css

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

 span { border-color: rgb(255,60,35); }

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