Html Css Color HEX #FF2F1E Red Orange

📋 copy color: '#FF2F1E'

red 255 ◦ green 47 ◦ blue 30

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

Shades of Red Orange #FF2F1E

Tints of Red Orange #FF2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

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

R = 76.81%
G = 14.16%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF2F1E (or 0xFF2F1E) is known color: Red Orange. HEX triplet: FF, 2F and 1E. RGB value is (255,47,30). Sum of RGB (Red+Green+Blue) = 255+47+30=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F1E is #00D0E1. Grayscale: #6B6B6B. Windows color (decimal): -53474 or 1978367. OLE color: 1978367.

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

Color convert

RGB 255 47 30 -
CMYK 0 0.82 0.88 0
HSL 4.53º 1% 0.56% -
HSV(B) 4.53º 0.88% 1% -
XYZ 42.49 23.39 3.5 -
YUV 107.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 255 47 30 0 0.82 0.88 0 4.53 1 0.56
Hex FF 2F 1E 0 52 58 0 5 64 38
Octal 377 57 36 0 122 130 0 5 144 70
Binary 11111111 101111 11110 0 1010010 1011000 0 101 1100100 111000

Color Harmonies of #FF2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F1E

Black with #FF2F1E

Text Example


Text Example

White with #FF2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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