Html Css Color HEX #F03333 Red Orange

📋 copy color: '#F03333'

red 240 ◦ green 51 ◦ blue 51

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

Shades of Red Orange #F03333

Tints of Red Orange #F03333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 70.18%
G = 14.91%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F03333 (or 0xF03333) is known color: Red Orange. HEX triplet: F0, 33 and 33. RGB value is (240,51,51). Sum of RGB (Red+Green+Blue) = 240+51+51=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03333 is #0FCCCC. Grayscale: #6B6B6B. Windows color (decimal): -1035469 or 3355632. OLE color: 3355632.

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

Color convert

RGB 240 51 51 -
CMYK 0 0.79 0.79 0.06
HSL 0.86% 0.57% -
HSV(B) 0.79% 0.94% -
XYZ 37.72 21.13 5.22 -
YUV 107.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 240 51 51 0 0.79 0.79 0.06 0 0.86 0.57
Hex F0 33 33 0 4F 4F 6 0 56 39
Octal 360 63 63 0 117 117 6 0 126 71
Binary 11110000 110011 110011 0 1001111 1001111 110 0 1010110 111001

Color Harmonies of #F03333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03333

Black with #F03333

Text Example


Text Example

White with #F03333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03333; }

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

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

background-color css

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

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

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

border-color css

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

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

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