Html Css Color HEX #F12827 Red Orange

📋 copy color: '#F12827'

red 241 ◦ green 40 ◦ blue 39

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

Shades of Red Orange #F12827

Tints of Red Orange #F12827

RGB

 RED value IS 241 (94.53% from 255) = 75.31%

 GREEN value IS 40 (16.02% from 255) = 12.5%

 BLUE value IS 39 (15.63% from 255) = 12.19%

R = 75.31%
G = 12.5%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12827 (or 0xF12827) is known color: Red Orange. HEX triplet: F1, 28 and 27. RGB value is (241,40,39). Sum of RGB (Red+Green+Blue) = 241+40+39=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F12827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12827 is #0ED7D8. Grayscale: #646464. Windows color (decimal): -972761 or 2566385. OLE color: 2566385.

HSL color Cylindrical-coordinate representation of color #F12827: hue angle of 0.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12827 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 39 -
CMYK 0 0.83 0.84 0.05
HSL 0.3º 0.88% 0.55% -
HSV(B) 0.3º 0.84% 0.95% -
XYZ 37.4 20.36 3.88 -
YUV 99.99 93.59 228.58 -
System Red Green Blue C M Y K H S L
Decimal 241 40 39 0 0.83 0.84 0.05 0.3 0.88 0.55
Hex F1 28 27 0 53 54 5 0 58 37
Octal 361 50 47 0 123 124 5 0 130 67
Binary 11110001 101000 100111 0 1010011 1010100 101 0 1011000 110111

Color Harmonies of #F12827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12827

Black with #F12827

Text Example


Text Example

White with #F12827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12827; }

 p { color: rgb(241,40,39); }

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

background-color css

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

 a { background-color: rgb(241,40,39); }

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

border-color css

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

 span { border-color: rgb(241,40,39); }

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