Html Css Color HEX #F15029 Cinnabar

📋 copy color: '#F15029'

red 241 ◦ green 80 ◦ blue 41

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

Shades of Cinnabar #F15029

Tints of Cinnabar #F15029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 66.57%
G = 22.1%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F15029 (or 0xF15029) is known color: Cinnabar. HEX triplet: F1, 50 and 29. RGB value is (241,80,41). Sum of RGB (Red+Green+Blue) = 241+80+41=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F15029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15029 is #0EAFD6. Grayscale: #7C7C7C. Windows color (decimal): -962519 or 2707697. OLE color: 2707697.

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

Color convert

RGB 241 80 41 -
CMYK 0 0.67 0.83 0.05
HSL 11.7º 0.88% 0.55% -
HSV(B) 11.7º 0.83% 0.95% -
XYZ 39.54 24.6 4.76 -
YUV 123.69 81.34 211.67 -
System Red Green Blue C M Y K H S L
Decimal 241 80 41 0 0.67 0.83 0.05 11.7 0.88 0.55
Hex F1 50 29 0 43 53 5 C 58 37
Octal 361 120 51 0 103 123 5 14 130 67
Binary 11110001 1010000 101001 0 1000011 1010011 101 1100 1011000 110111

Color Harmonies of #F15029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15029

Black with #F15029

Text Example


Text Example

White with #F15029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15029; }

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

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

background-color css

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

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

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

border-color css

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

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

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