Html Css Color HEX #F03328 Red Orange

📋 copy color: '#F03328'

red 240 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #F03328

Tints of Red Orange #F03328

RGB

 RED value IS 240 (94.14% from 255) = 72.51%

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 72.51%
G = 15.41%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F03328 (or 0xF03328) is known color: Red Orange. HEX triplet: F0, 33 and 28. RGB value is (240,51,40). Sum of RGB (Red+Green+Blue) = 240+51+40=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03328 is #0FCCD7. Grayscale: #6A6A6A. Windows color (decimal): -1035480 or 2634736. OLE color: 2634736.

HSL color Cylindrical-coordinate representation of color #F03328: hue angle of 3.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F03328 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 40 -
CMYK 0 0.79 0.83 0.06
HSL 3.3º 0.87% 0.55% -
HSV(B) 3.3º 0.83% 0.94% -
XYZ 37.5 21.05 4.09 -
YUV 106.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 240 51 40 0 0.79 0.83 0.06 3.3 0.87 0.55
Hex F0 33 28 0 4F 53 6 3 57 37
Octal 360 63 50 0 117 123 6 3 127 67
Binary 11110000 110011 101000 0 1001111 1010011 110 11 1010111 110111

Color Harmonies of #F03328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03328

Black with #F03328

Text Example


Text Example

White with #F03328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03328; }

 p { color: rgb(240,51,40); }

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

background-color css

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

 a { background-color: rgb(240,51,40); }

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

border-color css

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

 span { border-color: rgb(240,51,40); }

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