Html Css Color HEX #FF403A Red Orange

📋 copy color: '#FF403A'

red 255 ◦ green 64 ◦ blue 58

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

Shades of Red Orange #FF403A

Tints of Red Orange #FF403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 67.64%
G = 16.98%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF403A (or 0xFF403A) is known color: Red Orange. HEX triplet: FF, 40 and 3A. RGB value is (255,64,58). Sum of RGB (Red+Green+Blue) = 255+64+58=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF403A is #00BFC5. Grayscale: #787878. Windows color (decimal): -49094 or 3817727. OLE color: 3817727.

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

Color convert

RGB 255 64 58 -
CMYK 0 0.75 0.77 0
HSL 1.83º 1% 0.61% -
HSV(B) 1.83º 0.77% 1% -
XYZ 43.84 25.23 6.56 -
YUV 120.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 255 64 58 0 0.75 0.77 0 1.83 1 0.61
Hex FF 40 3A 0 4B 4D 0 2 64 3D
Octal 377 100 72 0 113 115 0 2 144 75
Binary 11111111 1000000 111010 0 1001011 1001101 0 10 1100100 111101

Color Harmonies of #FF403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF403A

Black with #FF403A

Text Example


Text Example

White with #FF403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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