Html Css Color HEX #FF4003 Orange Red

📋 copy color: '#FF4003'

red 255 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #FF4003

Tints of Orange Red #FF4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 79.19%
G = 19.88%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF4003 (or 0xFF4003) is known color: Orange Red. HEX triplet: FF, 40 and 03. RGB value is (255,64,3). Sum of RGB (Red+Green+Blue) = 255+64+3=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4003 is #00BFFC. Grayscale: #727272. Windows color (decimal): -49149 or 213247. OLE color: 213247.

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

Color convert

RGB 255 64 3 -
CMYK 0 0.75 0.99 0
HSL 14.52º 1% 0.51% -
HSV(B) 14.52º 0.99% 1% -
XYZ 43.09 24.93 2.63 -
YUV 114.16 65.28 228.46 -
System Red Green Blue C M Y K H S L
Decimal 255 64 3 0 0.75 0.99 0 14.52 1 0.51
Hex FF 40 3 0 4B 63 0 F 64 33
Octal 377 100 3 0 113 143 0 17 144 63
Binary 11111111 1000000 11 0 1001011 1100011 0 1111 1100100 110011

Color Harmonies of #FF4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4003

Black with #FF4003

Text Example


Text Example

White with #FF4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4003; }

 p { color: rgb(255,64,3); }

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

background-color css

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

 a { background-color: rgb(255,64,3); }

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

border-color css

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

 span { border-color: rgb(255,64,3); }

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