Html Css Color HEX #F34E2B Cinnabar

📋 copy color: '#F34E2B'

red 243 ◦ green 78 ◦ blue 43

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

Shades of Cinnabar #F34E2B

Tints of Cinnabar #F34E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 66.76%
G = 21.43%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F34E2B (or 0xF34E2B) is known color: Cinnabar. HEX triplet: F3, 4E and 2B. RGB value is (243,78,43). Sum of RGB (Red+Green+Blue) = 243+78+43=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E2B is #0CB1D4. Grayscale: #7B7B7B. Windows color (decimal): -831957 or 2838259. OLE color: 2838259.

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

Color convert

RGB 243 78 43 -
CMYK 0 0.68 0.82 0.05
HSL 10.5º 0.89% 0.56% -
HSV(B) 10.5º 0.82% 0.95% -
XYZ 40.12 24.68 4.93 -
YUV 123.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 243 78 43 0 0.68 0.82 0.05 10.5 0.89 0.56
Hex F3 4E 2B 0 44 52 5 A 59 38
Octal 363 116 53 0 104 122 5 12 131 70
Binary 11110011 1001110 101011 0 1000100 1010010 101 1010 1011001 111000

Color Harmonies of #F34E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E2B

Black with #F34E2B

Text Example


Text Example

White with #F34E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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