Html Css Color HEX #F04A1D Cinnabar

📋 copy color: '#F04A1D'

red 240 ◦ green 74 ◦ blue 29

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

Shades of Cinnabar #F04A1D

Tints of Cinnabar #F04A1D

RGB

 RED value IS 240 (94.14% from 255) = 69.97%

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 69.97%
G = 21.57%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F04A1D (or 0xF04A1D) is known color: Cinnabar. HEX triplet: F0, 4A and 1D. RGB value is (240,74,29). Sum of RGB (Red+Green+Blue) = 240+74+29=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A1D is #0FB5E2. Grayscale: #767676. Windows color (decimal): -1029603 or 1919728. OLE color: 1919728.

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

Color convert

RGB 240 74 29 -
CMYK 0 0.69 0.88 0.06
HSL 12.8º 0.88% 0.53% -
HSV(B) 12.8º 0.88% 0.94% -
XYZ 38.61 23.51 3.67 -
YUV 118.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 240 74 29 0 0.69 0.88 0.06 12.8 0.88 0.53
Hex F0 4A 1D 0 45 58 6 D 58 35
Octal 360 112 35 0 105 130 6 15 130 65
Binary 11110000 1001010 11101 0 1000101 1011000 110 1101 1011000 110101

Color Harmonies of #F04A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A1D

Black with #F04A1D

Text Example


Text Example

White with #F04A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A1D; }

 p { color: rgb(240,74,29); }

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

background-color css

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

 a { background-color: rgb(240,74,29); }

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

border-color css

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

 span { border-color: rgb(240,74,29); }

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