Html Css Color HEX #EF382A Cinnabar

📋 copy color: '#EF382A'

red 239 ◦ green 56 ◦ blue 42

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

Shades of Cinnabar #EF382A

Tints of Cinnabar #EF382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 70.92%
G = 16.62%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF382A (or 0xEF382A) is known color: Cinnabar. HEX triplet: EF, 38 and 2A. RGB value is (239,56,42). Sum of RGB (Red+Green+Blue) = 239+56+42=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF382A is #10C7D5. Grayscale: #6D6D6D. Windows color (decimal): -1099734 or 2767087. OLE color: 2767087.

HSL color Cylindrical-coordinate representation of color #EF382A: hue angle of 4.26º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF382A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 56 42 -
CMYK 0 0.77 0.82 0.06
HSL 4.26º 0.86% 0.55% -
HSV(B) 4.26º 0.82% 0.94% -
XYZ 37.43 21.35 4.34 -
YUV 109.12 90.13 220.64 -
System Red Green Blue C M Y K H S L
Decimal 239 56 42 0 0.77 0.82 0.06 4.26 0.86 0.55
Hex EF 38 2A 0 4D 52 6 4 56 37
Octal 357 70 52 0 115 122 6 4 126 67
Binary 11101111 111000 101010 0 1001101 1010010 110 100 1010110 110111

Color Harmonies of #EF382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF382A

Black with #EF382A

Text Example


Text Example

White with #EF382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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