Html Css Color HEX #F34E24 Cinnabar

📋 copy color: '#F34E24'

red 243 ◦ green 78 ◦ blue 36

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

Shades of Cinnabar #F34E24

Tints of Cinnabar #F34E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.08%

R = 68.07%
G = 21.85%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F34E24 (or 0xF34E24) is known color: Cinnabar. HEX triplet: F3, 4E and 24. RGB value is (243,78,36). Sum of RGB (Red+Green+Blue) = 243+78+36=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34E24 is #0CB1DB. Grayscale: #7A7A7A. Windows color (decimal): -831964 or 2379507. OLE color: 2379507.

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

Color convert

RGB 243 78 36 -
CMYK 0 0.68 0.85 0.05
HSL 12.17º 0.9% 0.55% -
HSV(B) 12.17º 0.85% 0.95% -
XYZ 40 24.63 4.31 -
YUV 122.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 243 78 36 0 0.68 0.85 0.05 12.17 0.9 0.55
Hex F3 4E 24 0 44 55 5 C 5A 37
Octal 363 116 44 0 104 125 5 14 132 67
Binary 11110011 1001110 100100 0 1000100 1010101 101 1100 1011010 110111

Color Harmonies of #F34E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E24

Black with #F34E24

Text Example


Text Example

White with #F34E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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