Html Css Color HEX #F33225 Red Orange

📋 copy color: '#F33225'

red 243 ◦ green 50 ◦ blue 37

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

Shades of Red Orange #F33225

Tints of Red Orange #F33225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

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

R = 73.64%
G = 15.15%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F33225 (or 0xF33225) is known color: Red Orange. HEX triplet: F3, 32 and 25. RGB value is (243,50,37). Sum of RGB (Red+Green+Blue) = 243+50+37=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F33225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33225 is #0CCDDA. Grayscale: #6A6A6A. Windows color (decimal): -839131 or 2437875. OLE color: 2437875.

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

Color convert

RGB 243 50 37 -
CMYK 0 0.79 0.85 0.05
HSL 3.79º 0.9% 0.55% -
HSV(B) 3.79º 0.85% 0.95% -
XYZ 38.44 21.47 3.87 -
YUV 106.23 88.94 225.56 -
System Red Green Blue C M Y K H S L
Decimal 243 50 37 0 0.79 0.85 0.05 3.79 0.9 0.55
Hex F3 32 25 0 4F 55 5 4 5A 37
Octal 363 62 45 0 117 125 5 4 132 67
Binary 11110011 110010 100101 0 1001111 1010101 101 100 1011010 110111

Color Harmonies of #F33225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33225

Black with #F33225

Text Example


Text Example

White with #F33225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33225; }

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

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

background-color css

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

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

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

border-color css

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

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

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