Html Css Color HEX #EF3A2D Cinnabar

📋 copy color: '#EF3A2D'

red 239 ◦ green 58 ◦ blue 45

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

Shades of Cinnabar #EF3A2D

Tints of Cinnabar #EF3A2D

RGB

 RED value IS 239 (93.75% from 255) = 69.88%

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 69.88%
G = 16.96%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF3A2D (or 0xEF3A2D) is known color: Cinnabar. HEX triplet: EF, 3A and 2D. RGB value is (239,58,45). Sum of RGB (Red+Green+Blue) = 239+58+45=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A2D is #10C5D2. Grayscale: #6E6E6E. Windows color (decimal): -1099219 or 2964207. OLE color: 2964207.

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

Color convert

RGB 239 58 45 -
CMYK 0 0.76 0.81 0.06
HSL 4.02º 0.86% 0.56% -
HSV(B) 4.02º 0.81% 0.94% -
XYZ 37.58 21.57 4.66 -
YUV 110.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 239 58 45 0 0.76 0.81 0.06 4.02 0.86 0.56
Hex EF 3A 2D 0 4C 51 6 4 56 38
Octal 357 72 55 0 114 121 6 4 126 70
Binary 11101111 111010 101101 0 1001100 1010001 110 100 1010110 111000

Color Harmonies of #EF3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A2D

Black with #EF3A2D

Text Example


Text Example

White with #EF3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A2D; }

 p { color: rgb(239,58,45); }

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

background-color css

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

 a { background-color: rgb(239,58,45); }

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

border-color css

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

 span { border-color: rgb(239,58,45); }

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