Html Css Color HEX #F34E2E Cinnabar

📋 copy color: '#F34E2E'

red 243 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #F34E2E

Tints of Cinnabar #F34E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 66.21%
G = 21.25%
B = 12.53%

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

#F34E2E (or 0xF34E2E) is known color: Cinnabar. HEX triplet: F3, 4E and 2E. RGB value is (243,78,46). Sum of RGB (Red+Green+Blue) = 243+78+46=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E2E is #0CB1D1. Grayscale: #7B7B7B. Windows color (decimal): -831954 or 3034867. OLE color: 3034867.

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

Color convert

RGB 243 78 46 -
CMYK 0 0.68 0.81 0.05
HSL 9.75º 0.89% 0.57% -
HSV(B) 9.75º 0.81% 0.95% -
XYZ 40.18 24.7 5.23 -
YUV 123.69 84.16 213.1 -
System Red Green Blue C M Y K H S L
Decimal 243 78 46 0 0.68 0.81 0.05 9.75 0.89 0.57
Hex F3 4E 2E 0 44 51 5 A 59 39
Octal 363 116 56 0 104 121 5 12 131 71
Binary 11110011 1001110 101110 0 1000100 1010001 101 1010 1011001 111001

Color Harmonies of #F34E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E2E

Black with #F34E2E

Text Example


Text Example

White with #F34E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E2E; }

 p { color: rgb(243,78,46); }

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

background-color css

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

 a { background-color: rgb(243,78,46); }

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

border-color css

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

 span { border-color: rgb(243,78,46); }

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