Html Css Color HEX #FF440B Orange Red

📋 copy color: '#FF440B'

red 255 ◦ green 68 ◦ blue 11

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

Shades of Orange Red #FF440B

Tints of Orange Red #FF440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 76.35%
G = 20.36%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF440B (or 0xFF440B) is known color: Orange Red. HEX triplet: FF, 44 and 0B. RGB value is (255,68,11). Sum of RGB (Red+Green+Blue) = 255+68+11=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF440B is #00BBF4. Grayscale: #757575. Windows color (decimal): -48117 or 738559. OLE color: 738559.

HSL color Cylindrical-coordinate representation of color #FF440B: hue angle of 14.02º 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 #FF440B is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 68 11 -
CMYK 0 0.73 0.96 0
HSL 14.02º 1% 0.52% -
HSV(B) 14.02º 0.96% 1% -
XYZ 43.37 25.42 2.94 -
YUV 117.42 67.95 226.13 -
System Red Green Blue C M Y K H S L
Decimal 255 68 11 0 0.73 0.96 0 14.02 1 0.52
Hex FF 44 B 0 49 60 0 E 64 34
Octal 377 104 13 0 111 140 0 16 144 64
Binary 11111111 1000100 1011 0 1001001 1100000 0 1110 1100100 110100

Color Harmonies of #FF440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF440B

Black with #FF440B

Text Example


Text Example

White with #FF440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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