Html Css Color HEX #EF381D Cinnabar

📋 copy color: '#EF381D'

red 239 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #EF381D

Tints of Cinnabar #EF381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 73.77%
G = 17.28%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF381D (or 0xEF381D) is known color: Cinnabar. HEX triplet: EF, 38 and 1D. RGB value is (239,56,29). Sum of RGB (Red+Green+Blue) = 239+56+29=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF381D is #10C7E2. Grayscale: #6B6B6B. Windows color (decimal): -1099747 or 1915119. OLE color: 1915119.

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

Color convert

RGB 239 56 29 -
CMYK 0 0.77 0.88 0.06
HSL 7.71º 0.87% 0.53% -
HSV(B) 7.71º 0.88% 0.94% -
XYZ 37.23 21.27 3.31 -
YUV 107.64 83.63 221.7 -
System Red Green Blue C M Y K H S L
Decimal 239 56 29 0 0.77 0.88 0.06 7.71 0.87 0.53
Hex EF 38 1D 0 4D 58 6 8 57 35
Octal 357 70 35 0 115 130 6 10 127 65
Binary 11101111 111000 11101 0 1001101 1011000 110 1000 1010111 110101

Color Harmonies of #EF381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF381D

Black with #EF381D

Text Example


Text Example

White with #EF381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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