Html Css Color HEX #F14237 Cinnabar

📋 copy color: '#F14237'

red 241 ◦ green 66 ◦ blue 55

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

Shades of Cinnabar #F14237

Tints of Cinnabar #F14237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 55 (21.88% from 255) = 15.19%

R = 66.57%
G = 18.23%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F14237 (or 0xF14237) is known color: Cinnabar. HEX triplet: F1, 42 and 37. RGB value is (241,66,55). Sum of RGB (Red+Green+Blue) = 241+66+55=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F14237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14237 is #0EBDC8. Grayscale: #757575. Windows color (decimal): -966089 or 3621617. OLE color: 3621617.

HSL color Cylindrical-coordinate representation of color #F14237: hue angle of 3.55º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F14237 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 66 55 -
CMYK 0 0.73 0.77 0.05
HSL 3.55º 0.87% 0.58% -
HSV(B) 3.55º 0.77% 0.95% -
XYZ 38.91 22.87 5.98 -
YUV 117.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 241 66 55 0 0.73 0.77 0.05 3.55 0.87 0.58
Hex F1 42 37 0 49 4D 5 4 57 3A
Octal 361 102 67 0 111 115 5 4 127 72
Binary 11110001 1000010 110111 0 1001001 1001101 101 100 1010111 111010

Color Harmonies of #F14237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14237

Black with #F14237

Text Example


Text Example

White with #F14237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14237; }

 p { color: rgb(241,66,55); }

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

background-color css

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

 a { background-color: rgb(241,66,55); }

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

border-color css

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

 span { border-color: rgb(241,66,55); }

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