Html Css Color HEX #EF381B Cinnabar

📋 copy color: '#EF381B'

red 239 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #EF381B

Tints of Cinnabar #EF381B

RGB

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

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

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

R = 74.22%
G = 17.39%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF381B (or 0xEF381B) is known color: Cinnabar. HEX triplet: EF, 38 and 1B. RGB value is (239,56,27). Sum of RGB (Red+Green+Blue) = 239+56+27=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF381B is #10C7E4. Grayscale: #6B6B6B. Windows color (decimal): -1099749 or 1784047. OLE color: 1784047.

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

Color convert

RGB 239 56 27 -
CMYK 0 0.77 0.89 0.06
HSL 8.21º 0.87% 0.52% -
HSV(B) 8.21º 0.89% 0.94% -
XYZ 37.21 21.26 3.18 -
YUV 107.41 82.63 221.86 -
System Red Green Blue C M Y K H S L
Decimal 239 56 27 0 0.77 0.89 0.06 8.21 0.87 0.52
Hex EF 38 1B 0 4D 59 6 8 57 34
Octal 357 70 33 0 115 131 6 10 127 64
Binary 11101111 111000 11011 0 1001101 1011001 110 1000 1010111 110100

Color Harmonies of #EF381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF381B

Black with #EF381B

Text Example


Text Example

White with #EF381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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