Html Css Color HEX #FF360B Orange Red

📋 copy color: '#FF360B'

red 255 ◦ green 54 ◦ blue 11

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

Shades of Orange Red #FF360B

Tints of Orange Red #FF360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 79.69%
G = 16.88%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF360B (or 0xFF360B) is known color: Orange Red. HEX triplet: FF, 36 and 0B. RGB value is (255,54,11). Sum of RGB (Red+Green+Blue) = 255+54+11=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF360B is #00C9F4. Grayscale: #6D6D6D. Windows color (decimal): -51701 or 734975. OLE color: 734975.

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

Color convert

RGB 255 54 11 -
CMYK 0 0.79 0.96 0
HSL 10.57º 1% 0.52% -
HSV(B) 10.57º 0.96% 1% -
XYZ 42.62 23.92 2.69 -
YUV 109.2 72.59 232 -
System Red Green Blue C M Y K H S L
Decimal 255 54 11 0 0.79 0.96 0 10.57 1 0.52
Hex FF 36 B 0 4F 60 0 B 64 34
Octal 377 66 13 0 117 140 0 13 144 64
Binary 11111111 110110 1011 0 1001111 1100000 0 1011 1100100 110100

Color Harmonies of #FF360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF360B

Black with #FF360B

Text Example


Text Example

White with #FF360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF360B; }

 p { color: rgb(255,54,11); }

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

background-color css

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

 a { background-color: rgb(255,54,11); }

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

border-color css

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

 span { border-color: rgb(255,54,11); }

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