Html Css Color HEX #FF402D Red Orange

📋 copy color: '#FF402D'

red 255 ◦ green 64 ◦ blue 45

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

Shades of Red Orange #FF402D

Tints of Red Orange #FF402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 70.05%
G = 17.58%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF402D (or 0xFF402D) is known color: Red Orange. HEX triplet: FF, 40 and 2D. RGB value is (255,64,45). Sum of RGB (Red+Green+Blue) = 255+64+45=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF402D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF402D is #00BFD2. Grayscale: #777777. Windows color (decimal): -49107 or 2965759. OLE color: 2965759.

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

Color convert

RGB 255 64 45 -
CMYK 0 0.75 0.82 0
HSL 5.43º 1% 0.59% -
HSV(B) 5.43º 0.82% 1% -
XYZ 43.55 25.12 5.04 -
YUV 118.94 86.28 225.04 -
System Red Green Blue C M Y K H S L
Decimal 255 64 45 0 0.75 0.82 0 5.43 1 0.59
Hex FF 40 2D 0 4B 52 0 5 64 3B
Octal 377 100 55 0 113 122 0 5 144 73
Binary 11111111 1000000 101101 0 1001011 1010010 0 101 1100100 111011

Color Harmonies of #FF402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF402D

Black with #FF402D

Text Example


Text Example

White with #FF402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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