Html Css Color HEX #F14323 Cinnabar

📋 copy color: '#F14323'

red 241 ◦ green 67 ◦ blue 35

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

Shades of Cinnabar #F14323

Tints of Cinnabar #F14323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 70.26%
G = 19.53%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F14323 (or 0xF14323) is known color: Cinnabar. HEX triplet: F1, 43 and 23. RGB value is (241,67,35). Sum of RGB (Red+Green+Blue) = 241+67+35=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14323 is #0EBCDC. Grayscale: #737373. Windows color (decimal): -965853 or 2311153. OLE color: 2311153.

HSL color Cylindrical-coordinate representation of color #F14323: hue angle of 9.32º 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 #F14323 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 35 -
CMYK 0 0.72 0.85 0.05
HSL 9.32º 0.88% 0.54% -
HSV(B) 9.32º 0.85% 0.95% -
XYZ 38.59 22.84 3.96 -
YUV 115.38 82.65 217.6 -
System Red Green Blue C M Y K H S L
Decimal 241 67 35 0 0.72 0.85 0.05 9.32 0.88 0.54
Hex F1 43 23 0 48 55 5 9 58 36
Octal 361 103 43 0 110 125 5 11 130 66
Binary 11110001 1000011 100011 0 1001000 1010101 101 1001 1011000 110110

Color Harmonies of #F14323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14323

Black with #F14323

Text Example


Text Example

White with #F14323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14323; }

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

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

background-color css

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

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

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

border-color css

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

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

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