Html Css Color HEX #F42D28 Red Orange

📋 copy color: '#F42D28'

red 244 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #F42D28

Tints of Red Orange #F42D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.16%

R = 74.16%
G = 13.68%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42D28 (or 0xF42D28) is known color: Red Orange. HEX triplet: F4, 2D and 28. RGB value is (244,45,40). Sum of RGB (Red+Green+Blue) = 244+45+40=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D28 is #0BD2D7. Grayscale: #686868. Windows color (decimal): -774872 or 2633204. OLE color: 2633204.

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

Color convert

RGB 244 45 40 -
CMYK 0 0.82 0.84 0.04
HSL 1.47º 0.9% 0.56% -
HSV(B) 1.47º 0.84% 0.96% -
XYZ 38.63 21.26 4.08 -
YUV 103.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 244 45 40 0 0.82 0.84 0.04 1.47 0.9 0.56
Hex F4 2D 28 0 52 54 4 1 5A 38
Octal 364 55 50 0 122 124 4 1 132 70
Binary 11110100 101101 101000 0 1010010 1010100 100 1 1011010 111000

Color Harmonies of #F42D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D28

Black with #F42D28

Text Example


Text Example

White with #F42D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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