Html Css Color HEX #F15023 Cinnabar

📋 copy color: '#F15023'

red 241 ◦ green 80 ◦ blue 35

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

Shades of Cinnabar #F15023

Tints of Cinnabar #F15023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.83%

R = 67.7%
G = 22.47%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F15023 (or 0xF15023) is known color: Cinnabar. HEX triplet: F1, 50 and 23. RGB value is (241,80,35). Sum of RGB (Red+Green+Blue) = 241+80+35=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F15023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15023 is #0EAFDC. Grayscale: #7B7B7B. Windows color (decimal): -962525 or 2314481. OLE color: 2314481.

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

Color convert

RGB 241 80 35 -
CMYK 0 0.67 0.85 0.05
HSL 13.11º 0.88% 0.54% -
HSV(B) 13.11º 0.85% 0.95% -
XYZ 39.45 24.56 4.25 -
YUV 123.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 241 80 35 0 0.67 0.85 0.05 13.11 0.88 0.54
Hex F1 50 23 0 43 55 5 D 58 36
Octal 361 120 43 0 103 125 5 15 130 66
Binary 11110001 1010000 100011 0 1000011 1010101 101 1101 1011000 110110

Color Harmonies of #F15023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15023

Black with #F15023

Text Example


Text Example

White with #F15023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15023; }

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

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

background-color css

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

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

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

border-color css

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

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

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