Html Css Color HEX #F03D3A Cinnabar

📋 copy color: '#F03D3A'

red 240 ◦ green 61 ◦ blue 58

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

Shades of Cinnabar #F03D3A

Tints of Cinnabar #F03D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.16%

R = 66.85%
G = 16.99%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F03D3A (or 0xF03D3A) is known color: Cinnabar. HEX triplet: F0, 3D and 3A. RGB value is (240,61,58). Sum of RGB (Red+Green+Blue) = 240+61+58=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D3A is #0FC2C5. Grayscale: #727272. Windows color (decimal): -1032902 or 3816944. OLE color: 3816944.

HSL color Cylindrical-coordinate representation of color #F03D3A: hue angle of 0.99º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03D3A is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 61 58 -
CMYK 0 0.75 0.76 0.06
HSL 0.99º 0.86% 0.58% -
HSV(B) 0.99º 0.76% 0.94% -
XYZ 38.37 22.17 6.26 -
YUV 114.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 240 61 58 0 0.75 0.76 0.06 0.99 0.86 0.58
Hex F0 3D 3A 0 4B 4C 6 1 56 3A
Octal 360 75 72 0 113 114 6 1 126 72
Binary 11110000 111101 111010 0 1001011 1001100 110 1 1010110 111010

Color Harmonies of #F03D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D3A

Black with #F03D3A

Text Example


Text Example

White with #F03D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D3A; }

 p { color: rgb(240,61,58); }

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

background-color css

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

 a { background-color: rgb(240,61,58); }

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

border-color css

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

 span { border-color: rgb(240,61,58); }

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