Html Css Color HEX #F14325 Cinnabar

📋 copy color: '#F14325'

red 241 ◦ green 67 ◦ blue 37

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

Shades of Cinnabar #F14325

Tints of Cinnabar #F14325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 69.86%
G = 19.42%
B = 10.72%

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

#F14325 (or 0xF14325) is known color: Cinnabar. HEX triplet: F1, 43 and 25. RGB value is (241,67,37). Sum of RGB (Red+Green+Blue) = 241+67+37=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F14325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14325 is #0EBCDA. Grayscale: #737373. Windows color (decimal): -965851 or 2442225. OLE color: 2442225.

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

Color convert

RGB 241 67 37 -
CMYK 0 0.72 0.85 0.05
HSL 8.82º 0.88% 0.55% -
HSV(B) 8.82º 0.85% 0.95% -
XYZ 38.62 22.85 4.13 -
YUV 115.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 241 67 37 0 0.72 0.85 0.05 8.82 0.88 0.55
Hex F1 43 25 0 48 55 5 9 58 37
Octal 361 103 45 0 110 125 5 11 130 67
Binary 11110001 1000011 100101 0 1001000 1010101 101 1001 1011000 110111

Color Harmonies of #F14325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14325

Black with #F14325

Text Example


Text Example

White with #F14325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14325; }

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

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

background-color css

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

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

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

border-color css

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

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

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