Html Css Color HEX #F32625 Red Orange

📋 copy color: '#F32625'

red 243 ◦ green 38 ◦ blue 37

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

Shades of Red Orange #F32625

Tints of Red Orange #F32625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

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

R = 76.42%
G = 11.95%
B = 11.64%

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

#F32625 (or 0xF32625) is known color: Red Orange. HEX triplet: F3, 26 and 25. RGB value is (243,38,37). Sum of RGB (Red+Green+Blue) = 243+38+37=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F32625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32625 is #0CD9DA. Grayscale: #636363. Windows color (decimal): -842203 or 2434803. OLE color: 2434803.

HSL color Cylindrical-coordinate representation of color #F32625: hue angle of 0.29º 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 #F32625 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 37 -
CMYK 0 0.84 0.85 0.05
HSL 0.29º 0.9% 0.55% -
HSV(B) 0.29º 0.85% 0.95% -
XYZ 37.99 20.57 3.72 -
YUV 99.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 243 38 37 0 0.84 0.85 0.05 0.29 0.9 0.55
Hex F3 26 25 0 54 55 5 0 5A 37
Octal 363 46 45 0 124 125 5 0 132 67
Binary 11110011 100110 100101 0 1010100 1010101 101 0 1011010 110111

Color Harmonies of #F32625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32625

Black with #F32625

Text Example


Text Example

White with #F32625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32625; }

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

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

background-color css

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

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

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

border-color css

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

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

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