Html Css Color HEX #F42D1F Red Orange

📋 copy color: '#F42D1F'

red 244 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #F42D1F

Tints of Red Orange #F42D1F

RGB

 RED value IS 244 (95.7% from 255) = 76.25%

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 76.25%
G = 14.06%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F42D1F (or 0xF42D1F) is known color: Red Orange. HEX triplet: F4, 2D and 1F. RGB value is (244,45,31). Sum of RGB (Red+Green+Blue) = 244+45+31=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D1F is #0BD2E0. Grayscale: #676767. Windows color (decimal): -774881 or 2043380. OLE color: 2043380.

HSL color Cylindrical-coordinate representation of color #F42D1F: hue angle of 3.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42D1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 45 31 -
CMYK 0 0.82 0.87 0.04
HSL 3.94º 0.91% 0.54% -
HSV(B) 3.94º 0.87% 0.96% -
XYZ 38.49 21.21 3.36 -
YUV 102.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 244 45 31 0 0.82 0.87 0.04 3.94 0.91 0.54
Hex F4 2D 1F 0 52 57 4 4 5B 36
Octal 364 55 37 0 122 127 4 4 133 66
Binary 11110100 101101 11111 0 1010010 1010111 100 100 1011011 110110

Color Harmonies of #F42D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D1F

Black with #F42D1F

Text Example


Text Example

White with #F42D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D1F; }

 p { color: rgb(244,45,31); }

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

background-color css

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

 a { background-color: rgb(244,45,31); }

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

border-color css

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

 span { border-color: rgb(244,45,31); }

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