Html Css Color HEX #F34D1F Cinnabar

📋 copy color: '#F34D1F'

red 243 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #F34D1F

Tints of Cinnabar #F34D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 69.23%
G = 21.94%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F34D1F (or 0xF34D1F) is known color: Cinnabar. HEX triplet: F3, 4D and 1F. RGB value is (243,77,31). Sum of RGB (Red+Green+Blue) = 243+77+31=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D1F is #0CB2E0. Grayscale: #797979. Windows color (decimal): -832225 or 2051571. OLE color: 2051571.

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

Color convert

RGB 243 77 31 -
CMYK 0 0.68 0.87 0.05
HSL 13.02º 0.9% 0.54% -
HSV(B) 13.02º 0.87% 0.95% -
XYZ 39.86 24.46 3.92 -
YUV 121.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 243 77 31 0 0.68 0.87 0.05 13.02 0.9 0.54
Hex F3 4D 1F 0 44 57 5 D 5A 36
Octal 363 115 37 0 104 127 5 15 132 66
Binary 11110011 1001101 11111 0 1000100 1010111 101 1101 1011010 110110

Color Harmonies of #F34D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D1F

Black with #F34D1F

Text Example


Text Example

White with #F34D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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