Html Css Color HEX #F13D1E Cinnabar

📋 copy color: '#F13D1E'

red 241 ◦ green 61 ◦ blue 30

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

Shades of Cinnabar #F13D1E

Tints of Cinnabar #F13D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 72.59%
G = 18.37%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F13D1E (or 0xF13D1E) is known color: Cinnabar. HEX triplet: F1, 3D and 1E. RGB value is (241,61,30). Sum of RGB (Red+Green+Blue) = 241+61+30=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D1E is #0EC2E1. Grayscale: #6F6F6F. Windows color (decimal): -967394 or 1981937. OLE color: 1981937.

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

Color convert

RGB 241 61 30 -
CMYK 0 0.75 0.88 0.05
HSL 8.82º 0.88% 0.53% -
HSV(B) 8.82º 0.88% 0.95% -
XYZ 38.18 22.13 3.49 -
YUV 111.29 82.13 220.52 -
System Red Green Blue C M Y K H S L
Decimal 241 61 30 0 0.75 0.88 0.05 8.82 0.88 0.53
Hex F1 3D 1E 0 4B 58 5 9 58 35
Octal 361 75 36 0 113 130 5 11 130 65
Binary 11110001 111101 11110 0 1001011 1011000 101 1001 1011000 110101

Color Harmonies of #F13D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D1E

Black with #F13D1E

Text Example


Text Example

White with #F13D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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