Html Css Color HEX #F33F0F Orange Red

📋 copy color: '#F33F0F'

red 243 ◦ green 63 ◦ blue 15

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

Shades of Orange Red #F33F0F

Tints of Orange Red #F33F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 75.7%
G = 19.63%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F33F0F (or 0xF33F0F) is known color: Orange Red. HEX triplet: F3, 3F and 0F. RGB value is (243,63,15). Sum of RGB (Red+Green+Blue) = 243+63+15=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F0F is #0CC0F0. Grayscale: #6F6F6F. Windows color (decimal): -835825 or 999411. OLE color: 999411.

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

Color convert

RGB 243 63 15 -
CMYK 0 0.74 0.94 0.05
HSL 12.63º 0.9% 0.51% -
HSV(B) 12.63º 0.94% 0.95% -
XYZ 38.83 22.64 2.78 -
YUV 111.35 73.63 221.9 -
System Red Green Blue C M Y K H S L
Decimal 243 63 15 0 0.74 0.94 0.05 12.63 0.9 0.51
Hex F3 3F F 0 4A 5E 5 D 5A 33
Octal 363 77 17 0 112 136 5 15 132 63
Binary 11110011 111111 1111 0 1001010 1011110 101 1101 1011010 110011

Color Harmonies of #F33F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F0F

Black with #F33F0F

Text Example


Text Example

White with #F33F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F0F; }

 p { color: rgb(243,63,15); }

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

background-color css

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

 a { background-color: rgb(243,63,15); }

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

border-color css

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

 span { border-color: rgb(243,63,15); }

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