Html Css Color HEX #FF421F Red Orange

📋 copy color: '#FF421F'

red 255 ◦ green 66 ◦ blue 31

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

Shades of Red Orange #FF421F

Tints of Red Orange #FF421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 72.44%
G = 18.75%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF421F (or 0xFF421F) is known color: Red Orange. HEX triplet: FF, 42 and 1F. RGB value is (255,66,31). Sum of RGB (Red+Green+Blue) = 255+66+31=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF421F is #00BDE0. Grayscale: #767676. Windows color (decimal): -48609 or 2048767. OLE color: 2048767.

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

Color convert

RGB 255 66 31 -
CMYK 0 0.74 0.88 0
HSL 9.38º 1% 0.56% -
HSV(B) 9.38º 0.88% 1% -
XYZ 43.44 25.26 3.88 -
YUV 118.52 78.62 225.35 -
System Red Green Blue C M Y K H S L
Decimal 255 66 31 0 0.74 0.88 0 9.38 1 0.56
Hex FF 42 1F 0 4A 58 0 9 64 38
Octal 377 102 37 0 112 130 0 11 144 70
Binary 11111111 1000010 11111 0 1001010 1011000 0 1001 1100100 111000

Color Harmonies of #FF421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF421F

Black with #FF421F

Text Example


Text Example

White with #FF421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF421F; }

 p { color: rgb(255,66,31); }

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

background-color css

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

 a { background-color: rgb(255,66,31); }

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

border-color css

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

 span { border-color: rgb(255,66,31); }

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