Html Css Color HEX #F42925 Red Orange

📋 copy color: '#F42925'

red 244 ◦ green 41 ◦ blue 37

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

Shades of Red Orange #F42925

Tints of Red Orange #F42925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 75.78%
G = 12.73%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F42925 (or 0xF42925) is known color: Red Orange. HEX triplet: F4, 29 and 25. RGB value is (244,41,37). Sum of RGB (Red+Green+Blue) = 244+41+37=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F42925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42925 is #0BD6DA. Grayscale: #656565. Windows color (decimal): -775899 or 2435572. OLE color: 2435572.

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

Color convert

RGB 244 41 37 -
CMYK 0 0.83 0.85 0.04
HSL 1.16º 0.9% 0.55% -
HSV(B) 1.16º 0.85% 0.96% -
XYZ 38.44 20.95 3.77 -
YUV 101.24 91.75 229.83 -
System Red Green Blue C M Y K H S L
Decimal 244 41 37 0 0.83 0.85 0.04 1.16 0.9 0.55
Hex F4 29 25 0 53 55 4 1 5A 37
Octal 364 51 45 0 123 125 4 1 132 67
Binary 11110100 101001 100101 0 1010011 1010101 100 1 1011010 110111

Color Harmonies of #F42925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42925

Black with #F42925

Text Example


Text Example

White with #F42925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42925; }

 p { color: rgb(244,41,37); }

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

background-color css

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

 a { background-color: rgb(244,41,37); }

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

border-color css

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

 span { border-color: rgb(244,41,37); }

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