Html Css Color HEX #F33328 Red Orange

📋 copy color: '#F33328'

red 243 ◦ green 51 ◦ blue 40

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

Shades of Red Orange #F33328

Tints of Red Orange #F33328

RGB

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

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

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

R = 72.75%
G = 15.27%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F33328 (or 0xF33328) is known color: Red Orange. HEX triplet: F3, 33 and 28. RGB value is (243,51,40). Sum of RGB (Red+Green+Blue) = 243+51+40=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F33328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33328 is #0CCCD7. Grayscale: #6B6B6B. Windows color (decimal): -838872 or 2634739. OLE color: 2634739.

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

Color convert

RGB 243 51 40 -
CMYK 0 0.79 0.84 0.05
HSL 3.25º 0.89% 0.55% -
HSV(B) 3.25º 0.84% 0.95% -
XYZ 38.53 21.58 4.14 -
YUV 107.15 90.11 224.89 -
System Red Green Blue C M Y K H S L
Decimal 243 51 40 0 0.79 0.84 0.05 3.25 0.89 0.55
Hex F3 33 28 0 4F 54 5 3 59 37
Octal 363 63 50 0 117 124 5 3 131 67
Binary 11110011 110011 101000 0 1001111 1010100 101 11 1011001 110111

Color Harmonies of #F33328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33328

Black with #F33328

Text Example


Text Example

White with #F33328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33328; }

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

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

background-color css

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

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

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

border-color css

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

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

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