Html Css Color HEX #F33A1D Red Orange

📋 copy color: '#F33A1D'

red 243 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #F33A1D

Tints of Red Orange #F33A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 73.64%
G = 17.58%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F33A1D (or 0xF33A1D) is known color: Red Orange. HEX triplet: F3, 3A and 1D. RGB value is (243,58,29). Sum of RGB (Red+Green+Blue) = 243+58+29=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A1D is #0CC5E2. Grayscale: #6E6E6E. Windows color (decimal): -837091 or 1915635. OLE color: 1915635.

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

Color convert

RGB 243 58 29 -
CMYK 0 0.76 0.88 0.05
HSL 8.13º 0.9% 0.53% -
HSV(B) 8.13º 0.88% 0.95% -
XYZ 38.7 22.17 3.4 -
YUV 110.01 82.29 222.86 -
System Red Green Blue C M Y K H S L
Decimal 243 58 29 0 0.76 0.88 0.05 8.13 0.9 0.53
Hex F3 3A 1D 0 4C 58 5 8 5A 35
Octal 363 72 35 0 114 130 5 10 132 65
Binary 11110011 111010 11101 0 1001100 1011000 101 1000 1011010 110101

Color Harmonies of #F33A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33A1D

Black with #F33A1D

Text Example


Text Example

White with #F33A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33A1D; }

 p { color: rgb(243,58,29); }

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

background-color css

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

 a { background-color: rgb(243,58,29); }

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

border-color css

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

 span { border-color: rgb(243,58,29); }

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