Html Css Color HEX #F32B1D Red Orange

📋 copy color: '#F32B1D'

red 243 ◦ green 43 ◦ blue 29

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

Shades of Red Orange #F32B1D

Tints of Red Orange #F32B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 77.14%
G = 13.65%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F32B1D (or 0xF32B1D) is known color: Red Orange. HEX triplet: F3, 2B and 1D. RGB value is (243,43,29). Sum of RGB (Red+Green+Blue) = 243+43+29=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B1D is #0CD4E2. Grayscale: #656565. Windows color (decimal): -840931 or 1911795. OLE color: 1911795.

HSL color Cylindrical-coordinate representation of color #F32B1D: hue angle of 3.93º 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 #F32B1D is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 43 29 -
CMYK 0 0.82 0.88 0.05
HSL 3.93º 0.9% 0.53% -
HSV(B) 3.93º 0.88% 0.95% -
XYZ 38.05 20.87 3.19 -
YUV 101.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 243 43 29 0 0.82 0.88 0.05 3.93 0.9 0.53
Hex F3 2B 1D 0 52 58 5 4 5A 35
Octal 363 53 35 0 122 130 5 4 132 65
Binary 11110011 101011 11101 0 1010010 1011000 101 100 1011010 110101

Color Harmonies of #F32B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B1D

Black with #F32B1D

Text Example


Text Example

White with #F32B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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