Html Css Color HEX #EF3D3A Cinnabar

📋 copy color: '#EF3D3A'

red 239 ◦ green 61 ◦ blue 58

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

Shades of Cinnabar #EF3D3A

Tints of Cinnabar #EF3D3A

RGB

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

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

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

R = 66.76%
G = 17.04%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF3D3A (or 0xEF3D3A) is known color: Cinnabar. HEX triplet: EF, 3D and 3A. RGB value is (239,61,58). Sum of RGB (Red+Green+Blue) = 239+61+58=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D3A is #10C2C5. Grayscale: #727272. Windows color (decimal): -1098438 or 3816943. OLE color: 3816943.

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

Color convert

RGB 239 61 58 -
CMYK 0 0.74 0.76 0.06
HSL 0.99º 0.85% 0.58% -
HSV(B) 0.99º 0.76% 0.94% -
XYZ 38.03 21.99 6.24 -
YUV 113.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 239 61 58 0 0.74 0.76 0.06 0.99 0.85 0.58
Hex EF 3D 3A 0 4A 4C 6 1 55 3A
Octal 357 75 72 0 112 114 6 1 125 72
Binary 11101111 111101 111010 0 1001010 1001100 110 1 1010101 111010

Color Harmonies of #EF3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3D3A

Black with #EF3D3A

Text Example


Text Example

White with #EF3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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