Html Css Color HEX #F14521 Cinnabar

📋 copy color: '#F14521'

red 241 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #F14521

Tints of Cinnabar #F14521

RGB

 RED value IS 241 (94.53% from 255) = 70.26%

 GREEN value IS 69 (27.34% from 255) = 20.12%

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 70.26%
G = 20.12%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F14521 (or 0xF14521) is known color: Cinnabar. HEX triplet: F1, 45 and 21. RGB value is (241,69,33). Sum of RGB (Red+Green+Blue) = 241+69+33=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14521 is #0EBADE. Grayscale: #747474. Windows color (decimal): -965343 or 2180593. OLE color: 2180593.

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

Color convert

RGB 241 69 33 -
CMYK 0 0.71 0.86 0.05
HSL 10.38º 0.88% 0.54% -
HSV(B) 10.38º 0.86% 0.95% -
XYZ 38.68 23.07 3.85 -
YUV 116.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 241 69 33 0 0.71 0.86 0.05 10.38 0.88 0.54
Hex F1 45 21 0 47 56 5 A 58 36
Octal 361 105 41 0 107 126 5 12 130 66
Binary 11110001 1000101 100001 0 1000111 1010110 101 1010 1011000 110110

Color Harmonies of #F14521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14521

Black with #F14521

Text Example


Text Example

White with #F14521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14521; }

 p { color: rgb(241,69,33); }

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

background-color css

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

 a { background-color: rgb(241,69,33); }

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

border-color css

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

 span { border-color: rgb(241,69,33); }

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