Html Css Color HEX #F33024 Red Orange

📋 copy color: '#F33024'

red 243 ◦ green 48 ◦ blue 36

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

Shades of Red Orange #F33024

Tints of Red Orange #F33024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 74.31%
G = 14.68%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F33024 (or 0xF33024) is known color: Red Orange. HEX triplet: F3, 30 and 24. RGB value is (243,48,36). Sum of RGB (Red+Green+Blue) = 243+48+36=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F33024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33024 is #0CCFDB. Grayscale: #696969. Windows color (decimal): -839644 or 2371827. OLE color: 2371827.

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

Color convert

RGB 243 48 36 -
CMYK 0 0.80 0.85 0.05
HSL 3.48º 0.9% 0.55% -
HSV(B) 3.48º 0.85% 0.95% -
XYZ 38.34 21.3 3.76 -
YUV 104.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 243 48 36 0 0.80 0.85 0.05 3.48 0.9 0.55
Hex F3 30 24 0 50 55 5 3 5A 37
Octal 363 60 44 0 120 125 5 3 132 67
Binary 11110011 110000 100100 0 1010000 1010101 101 11 1011010 110111

Color Harmonies of #F33024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33024

Black with #F33024

Text Example


Text Example

White with #F33024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33024; }

 p { color: rgb(243,48,36); }

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

background-color css

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

 a { background-color: rgb(243,48,36); }

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

border-color css

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

 span { border-color: rgb(243,48,36); }

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