Html Css Color HEX #F14328 Cinnabar

📋 copy color: '#F14328'

red 241 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #F14328

Tints of Cinnabar #F14328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 69.25%
G = 19.25%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14328 (or 0xF14328) is known color: Cinnabar. HEX triplet: F1, 43 and 28. RGB value is (241,67,40). Sum of RGB (Red+Green+Blue) = 241+67+40=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F14328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14328 is #0EBCD7. Grayscale: #747474. Windows color (decimal): -965848 or 2638833. OLE color: 2638833.

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

Color convert

RGB 241 67 40 -
CMYK 0 0.72 0.83 0.05
HSL 8.06º 0.88% 0.55% -
HSV(B) 8.06º 0.83% 0.95% -
XYZ 38.67 22.87 4.38 -
YUV 115.95 85.15 217.2 -
System Red Green Blue C M Y K H S L
Decimal 241 67 40 0 0.72 0.83 0.05 8.06 0.88 0.55
Hex F1 43 28 0 48 53 5 8 58 37
Octal 361 103 50 0 110 123 5 10 130 67
Binary 11110001 1000011 101000 0 1001000 1010011 101 1000 1011000 110111

Color Harmonies of #F14328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14328

Black with #F14328

Text Example


Text Example

White with #F14328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14328; }

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

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

background-color css

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

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

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

border-color css

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

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

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