Html Css Color HEX #FF422F Red Orange

📋 copy color: '#FF422F'

red 255 ◦ green 66 ◦ blue 47

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

Shades of Red Orange #FF422F

Tints of Red Orange #FF422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 69.29%
G = 17.93%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF422F (or 0xFF422F) is known color: Red Orange. HEX triplet: FF, 42 and 2F. RGB value is (255,66,47). Sum of RGB (Red+Green+Blue) = 255+66+47=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF422F is #00BDD0. Grayscale: #787878. Windows color (decimal): -48593 or 3097343. OLE color: 3097343.

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

Color convert

RGB 255 66 47 -
CMYK 0 0.74 0.82 0
HSL 5.48º 1% 0.59% -
HSV(B) 5.48º 0.82% 1% -
XYZ 43.7 25.36 5.28 -
YUV 120.35 86.62 224.04 -
System Red Green Blue C M Y K H S L
Decimal 255 66 47 0 0.74 0.82 0 5.48 1 0.59
Hex FF 42 2F 0 4A 52 0 5 64 3B
Octal 377 102 57 0 112 122 0 5 144 73
Binary 11111111 1000010 101111 0 1001010 1010010 0 101 1100100 111011

Color Harmonies of #FF422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF422F

Black with #FF422F

Text Example


Text Example

White with #FF422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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