Html Css Color HEX #FF3820 Red Orange

📋 copy color: '#FF3820'

red 255 ◦ green 56 ◦ blue 32

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

Shades of Red Orange #FF3820

Tints of Red Orange #FF3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 74.34%
G = 16.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3820 (or 0xFF3820) is known color: Red Orange. HEX triplet: FF, 38 and 20. RGB value is (255,56,32). Sum of RGB (Red+Green+Blue) = 255+56+32=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3820 is #00C7DF. Grayscale: #717171. Windows color (decimal): -51168 or 2111743. OLE color: 2111743.

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

Color convert

RGB 255 56 32 -
CMYK 0 0.78 0.87 0
HSL 6.46º 1% 0.56% -
HSV(B) 6.46º 0.87% 1% -
XYZ 42.91 24.19 3.77 -
YUV 112.77 82.43 229.45 -
System Red Green Blue C M Y K H S L
Decimal 255 56 32 0 0.78 0.87 0 6.46 1 0.56
Hex FF 38 20 0 4E 57 0 6 64 38
Octal 377 70 40 0 116 127 0 6 144 70
Binary 11111111 111000 100000 0 1001110 1010111 0 110 1100100 111000

Color Harmonies of #FF3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3820

Black with #FF3820

Text Example


Text Example

White with #FF3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3820; }

 p { color: rgb(255,56,32); }

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

background-color css

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

 a { background-color: rgb(255,56,32); }

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

border-color css

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

 span { border-color: rgb(255,56,32); }

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