Html Css Color HEX #F32825 Red Orange

📋 copy color: '#F32825'

red 243 ◦ green 40 ◦ blue 37

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

Shades of Red Orange #F32825

Tints of Red Orange #F32825

RGB

 RED value IS 243 (95.31% from 255) = 75.94%

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

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

R = 75.94%
G = 12.5%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F32825 (or 0xF32825) is known color: Red Orange. HEX triplet: F3, 28 and 25. RGB value is (243,40,37). Sum of RGB (Red+Green+Blue) = 243+40+37=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F32825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32825 is #0CD7DA. Grayscale: #646464. Windows color (decimal): -841691 or 2435315. OLE color: 2435315.

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

Color convert

RGB 243 40 37 -
CMYK 0 0.84 0.85 0.05
HSL 0.87º 0.9% 0.55% -
HSV(B) 0.87º 0.85% 0.95% -
XYZ 38.05 20.71 3.74 -
YUV 100.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 243 40 37 0 0.84 0.85 0.05 0.87 0.9 0.55
Hex F3 28 25 0 54 55 5 1 5A 37
Octal 363 50 45 0 124 125 5 1 132 67
Binary 11110011 101000 100101 0 1010100 1010101 101 1 1011010 110111

Color Harmonies of #F32825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32825

Black with #F32825

Text Example


Text Example

White with #F32825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32825; }

 p { color: rgb(243,40,37); }

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

background-color css

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

 a { background-color: rgb(243,40,37); }

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

border-color css

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

 span { border-color: rgb(243,40,37); }

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