Html Css Color HEX #F33718 Orange Red

📋 copy color: '#F33718'

red 243 ◦ green 55 ◦ blue 24

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

Shades of Orange Red #F33718

Tints of Orange Red #F33718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 75.47%
G = 17.08%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F33718 (or 0xF33718) is known color: Orange Red. HEX triplet: F3, 37 and 18. RGB value is (243,55,24). Sum of RGB (Red+Green+Blue) = 243+55+24=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F33718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33718 is #0CC8E7. Grayscale: #6B6B6B. Windows color (decimal): -837864 or 1587187. OLE color: 1587187.

HSL color Cylindrical-coordinate representation of color #F33718: hue angle of 8.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F33718 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 55 24 -
CMYK 0 0.77 0.90 0.05
HSL 8.49º 0.9% 0.52% -
HSV(B) 8.49º 0.9% 0.95% -
XYZ 38.49 21.85 3.05 -
YUV 107.68 80.78 224.52 -
System Red Green Blue C M Y K H S L
Decimal 243 55 24 0 0.77 0.90 0.05 8.49 0.9 0.52
Hex F3 37 18 0 4D 5A 5 8 5A 34
Octal 363 67 30 0 115 132 5 10 132 64
Binary 11110011 110111 11000 0 1001101 1011010 101 1000 1011010 110100

Color Harmonies of #F33718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33718

Black with #F33718

Text Example


Text Example

White with #F33718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33718; }

 p { color: rgb(243,55,24); }

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

background-color css

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

 a { background-color: rgb(243,55,24); }

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

border-color css

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

 span { border-color: rgb(243,55,24); }

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