Html Css Color HEX #EF382D Cinnabar

📋 copy color: '#EF382D'

red 239 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #EF382D

Tints of Cinnabar #EF382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 70.29%
G = 16.47%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF382D (or 0xEF382D) is known color: Cinnabar. HEX triplet: EF, 38 and 2D. RGB value is (239,56,45). Sum of RGB (Red+Green+Blue) = 239+56+45=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF382D is #10C7D2. Grayscale: #6D6D6D. Windows color (decimal): -1099731 or 2963695. OLE color: 2963695.

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

Color convert

RGB 239 56 45 -
CMYK 0 0.77 0.81 0.06
HSL 3.4º 0.86% 0.56% -
HSV(B) 3.4º 0.81% 0.94% -
XYZ 37.48 21.37 4.63 -
YUV 109.46 91.63 220.39 -
System Red Green Blue C M Y K H S L
Decimal 239 56 45 0 0.77 0.81 0.06 3.4 0.86 0.56
Hex EF 38 2D 0 4D 51 6 3 56 38
Octal 357 70 55 0 115 121 6 3 126 70
Binary 11101111 111000 101101 0 1001101 1010001 110 11 1010110 111000

Color Harmonies of #EF382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF382D

Black with #EF382D

Text Example


Text Example

White with #EF382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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