Html Css Color HEX #F13D1A Cinnabar

📋 copy color: '#F13D1A'

red 241 ◦ green 61 ◦ blue 26

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

Shades of Cinnabar #F13D1A

Tints of Cinnabar #F13D1A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 73.48%
G = 18.6%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F13D1A (or 0xF13D1A) is known color: Cinnabar. HEX triplet: F1, 3D and 1A. RGB value is (241,61,26). Sum of RGB (Red+Green+Blue) = 241+61+26=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D1A is #0EC2E5. Grayscale: #6F6F6F. Windows color (decimal): -967398 or 1719793. OLE color: 1719793.

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

Color convert

RGB 241 61 26 -
CMYK 0 0.75 0.89 0.05
HSL 9.77º 0.88% 0.52% -
HSV(B) 9.77º 0.89% 0.95% -
XYZ 38.13 22.11 3.24 -
YUV 110.83 80.13 220.85 -
System Red Green Blue C M Y K H S L
Decimal 241 61 26 0 0.75 0.89 0.05 9.77 0.88 0.52
Hex F1 3D 1A 0 4B 59 5 A 58 34
Octal 361 75 32 0 113 131 5 12 130 64
Binary 11110001 111101 11010 0 1001011 1011001 101 1010 1011000 110100

Color Harmonies of #F13D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D1A

Black with #F13D1A

Text Example


Text Example

White with #F13D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D1A; }

 p { color: rgb(241,61,26); }

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

background-color css

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

 a { background-color: rgb(241,61,26); }

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

border-color css

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

 span { border-color: rgb(241,61,26); }

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