Html Css Color HEX #F1481D Cinnabar

📋 copy color: '#F1481D'

red 241 ◦ green 72 ◦ blue 29

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

Shades of Cinnabar #F1481D

Tints of Cinnabar #F1481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

 BLUE value IS 29 (11.72% from 255) = 8.48%

R = 70.47%
G = 21.05%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1481D (or 0xF1481D) is known color: Cinnabar. HEX triplet: F1, 48 and 1D. RGB value is (241,72,29). Sum of RGB (Red+Green+Blue) = 241+72+29=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1481D is #0EB7E2. Grayscale: #757575. Windows color (decimal): -964579 or 1919217. OLE color: 1919217.

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

Color convert

RGB 241 72 29 -
CMYK 0 0.70 0.88 0.05
HSL 12.17º 0.88% 0.53% -
HSV(B) 12.17º 0.88% 0.95% -
XYZ 38.81 23.42 3.64 -
YUV 117.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 241 72 29 0 0.70 0.88 0.05 12.17 0.88 0.53
Hex F1 48 1D 0 46 58 5 C 58 35
Octal 361 110 35 0 106 130 5 14 130 65
Binary 11110001 1001000 11101 0 1000110 1011000 101 1100 1011000 110101

Color Harmonies of #F1481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1481D

Black with #F1481D

Text Example


Text Example

White with #F1481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1481D; }

 p { color: rgb(241,72,29); }

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

background-color css

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

 a { background-color: rgb(241,72,29); }

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

border-color css

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

 span { border-color: rgb(241,72,29); }

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