Html Css Color HEX #FF470D Orange Red

📋 copy color: '#FF470D'

red 255 ◦ green 71 ◦ blue 13

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

Shades of Orange Red #FF470D

Tints of Orange Red #FF470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 75.22%
G = 20.94%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF470D (or 0xFF470D) is known color: Orange Red. HEX triplet: FF, 47 and 0D. RGB value is (255,71,13). Sum of RGB (Red+Green+Blue) = 255+71+13=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF470D is #00B8F2. Grayscale: #777777. Windows color (decimal): -47347 or 870399. OLE color: 870399.

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

Color convert

RGB 255 71 13 -
CMYK 0 0.72 0.95 0
HSL 14.38º 1% 0.53% -
HSV(B) 14.38º 0.95% 1% -
XYZ 43.57 25.8 3.06 -
YUV 119.4 67.96 224.72 -
System Red Green Blue C M Y K H S L
Decimal 255 71 13 0 0.72 0.95 0 14.38 1 0.53
Hex FF 47 D 0 48 5F 0 E 64 35
Octal 377 107 15 0 110 137 0 16 144 65
Binary 11111111 1000111 1101 0 1001000 1011111 0 1110 1100100 110101

Color Harmonies of #FF470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF470D

Black with #FF470D

Text Example


Text Example

White with #FF470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF470D; }

 p { color: rgb(255,71,13); }

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

background-color css

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

 a { background-color: rgb(255,71,13); }

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

border-color css

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

 span { border-color: rgb(255,71,13); }

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