Html Css Color HEX #F04D1D Cinnabar

📋 copy color: '#F04D1D'

red 240 ◦ green 77 ◦ blue 29

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

Shades of Cinnabar #F04D1D

Tints of Cinnabar #F04D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

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

R = 69.36%
G = 22.25%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F04D1D (or 0xF04D1D) is known color: Cinnabar. HEX triplet: F0, 4D and 1D. RGB value is (240,77,29). Sum of RGB (Red+Green+Blue) = 240+77+29=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D1D is #0FB2E2. Grayscale: #787878. Windows color (decimal): -1028835 or 1920496. OLE color: 1920496.

HSL color Cylindrical-coordinate representation of color #F04D1D: hue angle of 13.65º 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 #F04D1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 77 29 -
CMYK 0 0.68 0.88 0.06
HSL 13.65º 0.88% 0.53% -
HSV(B) 13.65º 0.88% 0.94% -
XYZ 38.81 23.92 3.73 -
YUV 120.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 240 77 29 0 0.68 0.88 0.06 13.65 0.88 0.53
Hex F0 4D 1D 0 44 58 6 E 58 35
Octal 360 115 35 0 104 130 6 16 130 65
Binary 11110000 1001101 11101 0 1000100 1011000 110 1110 1011000 110101

Color Harmonies of #F04D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D1D

Black with #F04D1D

Text Example


Text Example

White with #F04D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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