Html Css Color HEX #FF3822 Red Orange

📋 copy color: '#FF3822'

red 255 ◦ green 56 ◦ blue 34

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

Shades of Red Orange #FF3822

Tints of Red Orange #FF3822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 73.91%
G = 16.23%
B = 9.86%

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

#FF3822 (or 0xFF3822) is known color: Red Orange. HEX triplet: FF, 38 and 22. RGB value is (255,56,34). Sum of RGB (Red+Green+Blue) = 255+56+34=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3822 is #00C7DD. Grayscale: #717171. Windows color (decimal): -51166 or 2242815. OLE color: 2242815.

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

Color convert

RGB 255 56 34 -
CMYK 0 0.78 0.87 0
HSL 5.97º 1% 0.57% -
HSV(B) 5.97º 0.87% 1% -
XYZ 42.94 24.2 3.92 -
YUV 112.99 83.43 229.29 -
System Red Green Blue C M Y K H S L
Decimal 255 56 34 0 0.78 0.87 0 5.97 1 0.57
Hex FF 38 22 0 4E 57 0 6 64 39
Octal 377 70 42 0 116 127 0 6 144 71
Binary 11111111 111000 100010 0 1001110 1010111 0 110 1100100 111001

Color Harmonies of #FF3822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3822

Black with #FF3822

Text Example


Text Example

White with #FF3822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3822; }

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

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

background-color css

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

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

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

border-color css

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

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

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