Html Css Color HEX #F15021 Cinnabar

📋 copy color: '#F15021'

red 241 ◦ green 80 ◦ blue 33

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

Shades of Cinnabar #F15021

Tints of Cinnabar #F15021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 68.08%
G = 22.6%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F15021 (or 0xF15021) is known color: Cinnabar. HEX triplet: F1, 50 and 21. RGB value is (241,80,33). Sum of RGB (Red+Green+Blue) = 241+80+33=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F15021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15021 is #0EAFDE. Grayscale: #7B7B7B. Windows color (decimal): -962527 or 2183409. OLE color: 2183409.

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

Color convert

RGB 241 80 33 -
CMYK 0 0.67 0.86 0.05
HSL 13.56º 0.88% 0.54% -
HSV(B) 13.56º 0.86% 0.95% -
XYZ 39.42 24.55 4.1 -
YUV 122.78 77.34 212.32 -
System Red Green Blue C M Y K H S L
Decimal 241 80 33 0 0.67 0.86 0.05 13.56 0.88 0.54
Hex F1 50 21 0 43 56 5 E 58 36
Octal 361 120 41 0 103 126 5 16 130 66
Binary 11110001 1010000 100001 0 1000011 1010110 101 1110 1011000 110110

Color Harmonies of #F15021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15021

Black with #F15021

Text Example


Text Example

White with #F15021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15021; }

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

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

background-color css

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

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

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

border-color css

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

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

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