Html Css Color HEX #EF3A1B Cinnabar

📋 copy color: '#EF3A1B'

red 239 ◦ green 58 ◦ blue 27

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

Shades of Cinnabar #EF3A1B

Tints of Cinnabar #EF3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 73.77%
G = 17.9%
B = 8.33%

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

#EF3A1B (or 0xEF3A1B) is known color: Cinnabar. HEX triplet: EF, 3A and 1B. RGB value is (239,58,27). Sum of RGB (Red+Green+Blue) = 239+58+27=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3A1B is #10C5E4. Grayscale: #6C6C6C. Windows color (decimal): -1099237 or 1784559. OLE color: 1784559.

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

Color convert

RGB 239 58 27 -
CMYK 0 0.76 0.89 0.06
HSL 8.77º 0.87% 0.52% -
HSV(B) 8.77º 0.89% 0.94% -
XYZ 37.31 21.46 3.21 -
YUV 108.59 81.97 221.02 -
System Red Green Blue C M Y K H S L
Decimal 239 58 27 0 0.76 0.89 0.06 8.77 0.87 0.52
Hex EF 3A 1B 0 4C 59 6 9 57 34
Octal 357 72 33 0 114 131 6 11 127 64
Binary 11101111 111010 11011 0 1001100 1011001 110 1001 1010111 110100

Color Harmonies of #EF3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A1B

Black with #EF3A1B

Text Example


Text Example

White with #EF3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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