Html Css Color HEX #F34F2C Cinnabar

📋 copy color: '#F34F2C'

red 243 ◦ green 79 ◦ blue 44

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

Shades of Cinnabar #F34F2C

Tints of Cinnabar #F34F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 66.39%
G = 21.58%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F34F2C (or 0xF34F2C) is known color: Cinnabar. HEX triplet: F3, 4F and 2C. RGB value is (243,79,44). Sum of RGB (Red+Green+Blue) = 243+79+44=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34F2C is #0CB0D3. Grayscale: #7C7C7C. Windows color (decimal): -831700 or 2904051. OLE color: 2904051.

HSL color Cylindrical-coordinate representation of color #F34F2C: hue angle of 10.55º 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 #F34F2C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 79 44 -
CMYK 0 0.67 0.82 0.05
HSL 10.55º 0.89% 0.56% -
HSV(B) 10.55º 0.82% 0.95% -
XYZ 40.21 24.83 5.06 -
YUV 124.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 243 79 44 0 0.67 0.82 0.05 10.55 0.89 0.56
Hex F3 4F 2C 0 43 52 5 B 59 38
Octal 363 117 54 0 103 122 5 13 131 70
Binary 11110011 1001111 101100 0 1000011 1010010 101 1011 1011001 111000

Color Harmonies of #F34F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34F2C

Black with #F34F2C

Text Example


Text Example

White with #F34F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34F2C; }

 p { color: rgb(243,79,44); }

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

background-color css

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

 a { background-color: rgb(243,79,44); }

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

border-color css

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

 span { border-color: rgb(243,79,44); }

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