Html Css Color HEX #FF422B Red Orange

📋 copy color: '#FF422B'

red 255 ◦ green 66 ◦ blue 43

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

Shades of Red Orange #FF422B

Tints of Red Orange #FF422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 70.05%
G = 18.13%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF422B (or 0xFF422B) is known color: Red Orange. HEX triplet: FF, 42 and 2B. RGB value is (255,66,43). Sum of RGB (Red+Green+Blue) = 255+66+43=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF422B is #00BDD4. Grayscale: #787878. Windows color (decimal): -48597 or 2835199. OLE color: 2835199.

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

Color convert

RGB 255 66 43 -
CMYK 0 0.74 0.83 0
HSL 6.51º 1% 0.58% -
HSV(B) 6.51º 0.83% 1% -
XYZ 43.62 25.33 4.88 -
YUV 119.89 84.62 224.37 -
System Red Green Blue C M Y K H S L
Decimal 255 66 43 0 0.74 0.83 0 6.51 1 0.58
Hex FF 42 2B 0 4A 53 0 7 64 3A
Octal 377 102 53 0 112 123 0 7 144 72
Binary 11111111 1000010 101011 0 1001010 1010011 0 111 1100100 111010

Color Harmonies of #FF422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF422B

Black with #FF422B

Text Example


Text Example

White with #FF422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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