Html Css Color HEX #EF3A1A Cinnabar

📋 copy color: '#EF3A1A'

red 239 ◦ green 58 ◦ blue 26

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

Shades of Cinnabar #EF3A1A

Tints of Cinnabar #EF3A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 73.99%
G = 17.96%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF3A1A (or 0xEF3A1A) is known color: Cinnabar. HEX triplet: EF, 3A and 1A. RGB value is (239,58,26). Sum of RGB (Red+Green+Blue) = 239+58+26=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A1A is #10C5E5. Grayscale: #6C6C6C. Windows color (decimal): -1099238 or 1719023. OLE color: 1719023.

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

Color convert

RGB 239 58 26 -
CMYK 0 0.76 0.89 0.06
HSL 9.01º 0.87% 0.52% -
HSV(B) 9.01º 0.89% 0.94% -
XYZ 37.3 21.45 3.15 -
YUV 108.47 81.47 221.1 -
System Red Green Blue C M Y K H S L
Decimal 239 58 26 0 0.76 0.89 0.06 9.01 0.87 0.52
Hex EF 3A 1A 0 4C 59 6 9 57 34
Octal 357 72 32 0 114 131 6 11 127 64
Binary 11101111 111010 11010 0 1001100 1011001 110 1001 1010111 110100

Color Harmonies of #EF3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A1A

Black with #EF3A1A

Text Example


Text Example

White with #EF3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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