Html Css Color HEX #F34D2D Red Orange

📋 copy color: '#F34D2D'

red 243 ◦ green 77 ◦ blue 45

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

Shades of Red Orange #F34D2D

Tints of Red Orange #F34D2D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 66.58%
G = 21.1%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F34D2D (or 0xF34D2D) is known color: Red Orange. HEX triplet: F3, 4D and 2D. RGB value is (243,77,45). Sum of RGB (Red+Green+Blue) = 243+77+45=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D2D is #0CB2D2. Grayscale: #7B7B7B. Windows color (decimal): -832211 or 2969075. OLE color: 2969075.

HSL color Cylindrical-coordinate representation of color #F34D2D: hue angle of 9.7º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F34D2D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 77 45 -
CMYK 0 0.68 0.81 0.05
HSL 9.7º 0.89% 0.56% -
HSV(B) 9.7º 0.81% 0.95% -
XYZ 40.09 24.55 5.11 -
YUV 122.99 84 213.6 -
System Red Green Blue C M Y K H S L
Decimal 243 77 45 0 0.68 0.81 0.05 9.7 0.89 0.56
Hex F3 4D 2D 0 44 51 5 A 59 38
Octal 363 115 55 0 104 121 5 12 131 70
Binary 11110011 1001101 101101 0 1000100 1010001 101 1010 1011001 111000

Color Harmonies of #F34D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D2D

Black with #F34D2D

Text Example


Text Example

White with #F34D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D2D; }

 p { color: rgb(243,77,45); }

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

background-color css

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

 a { background-color: rgb(243,77,45); }

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

border-color css

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

 span { border-color: rgb(243,77,45); }

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