Html Css Color HEX #EF3B3A Cinnabar

📋 copy color: '#EF3B3A'

red 239 ◦ green 59 ◦ blue 58

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

Shades of Cinnabar #EF3B3A

Tints of Cinnabar #EF3B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

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

R = 67.13%
G = 16.57%
B = 16.29%

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

#EF3B3A (or 0xEF3B3A) is known color: Cinnabar. HEX triplet: EF, 3B and 3A. RGB value is (239,59,58). Sum of RGB (Red+Green+Blue) = 239+59+58=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3B3A is #10C4C5. Grayscale: #707070. Windows color (decimal): -1098950 or 3816431. OLE color: 3816431.

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

Color convert

RGB 239 59 58 -
CMYK 0 0.75 0.76 0.06
HSL 0.33º 0.85% 0.58% -
HSV(B) 0.33º 0.76% 0.94% -
XYZ 37.92 21.78 6.21 -
YUV 112.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 239 59 58 0 0.75 0.76 0.06 0.33 0.85 0.58
Hex EF 3B 3A 0 4B 4C 6 0 55 3A
Octal 357 73 72 0 113 114 6 0 125 72
Binary 11101111 111011 111010 0 1001011 1001100 110 0 1010101 111010

Color Harmonies of #EF3B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3B3A

Black with #EF3B3A

Text Example


Text Example

White with #EF3B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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