Html Css Color HEX #FF421E Red Orange

📋 copy color: '#FF421E'

red 255 ◦ green 66 ◦ blue 30

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

Shades of Red Orange #FF421E

Tints of Red Orange #FF421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 72.65%
G = 18.8%
B = 8.55%

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

#FF421E (or 0xFF421E) is known color: Red Orange. HEX triplet: FF, 42 and 1E. RGB value is (255,66,30). Sum of RGB (Red+Green+Blue) = 255+66+30=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF421E is #00BDE1. Grayscale: #767676. Windows color (decimal): -48610 or 1983231. OLE color: 1983231.

HSL color Cylindrical-coordinate representation of color #FF421E: hue angle of 9.6º 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 #FF421E is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 66 30 -
CMYK 0 0.74 0.88 0
HSL 9.6º 1% 0.56% -
HSV(B) 9.6º 0.88% 1% -
XYZ 43.42 25.25 3.81 -
YUV 118.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 255 66 30 0 0.74 0.88 0 9.6 1 0.56
Hex FF 42 1E 0 4A 58 0 A 64 38
Octal 377 102 36 0 112 130 0 12 144 70
Binary 11111111 1000010 11110 0 1001010 1011000 0 1010 1100100 111000

Color Harmonies of #FF421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF421E

Black with #FF421E

Text Example


Text Example

White with #FF421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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