Html Css Color HEX #F1502F Cinnabar

📋 copy color: '#F1502F'

red 241 ◦ green 80 ◦ blue 47

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

Shades of Cinnabar #F1502F

Tints of Cinnabar #F1502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 65.49%
G = 21.74%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1502F (or 0xF1502F) is known color: Cinnabar. HEX triplet: F1, 50 and 2F. RGB value is (241,80,47). Sum of RGB (Red+Green+Blue) = 241+80+47=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1502F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1502F is #0EAFD0. Grayscale: #7C7C7C. Windows color (decimal): -962513 or 3100913. OLE color: 3100913.

HSL color Cylindrical-coordinate representation of color #F1502F: hue angle of 10.21º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1502F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 47 -
CMYK 0 0.67 0.80 0.05
HSL 10.21º 0.87% 0.56% -
HSV(B) 10.21º 0.8% 0.95% -
XYZ 39.66 24.64 5.36 -
YUV 124.38 84.34 211.18 -
System Red Green Blue C M Y K H S L
Decimal 241 80 47 0 0.67 0.80 0.05 10.21 0.87 0.56
Hex F1 50 2F 0 43 50 5 A 57 38
Octal 361 120 57 0 103 120 5 12 127 70
Binary 11110001 1010000 101111 0 1000011 1010000 101 1010 1010111 111000

Color Harmonies of #F1502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1502F

Black with #F1502F

Text Example


Text Example

White with #F1502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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