Html Css Color HEX #ED381D Cinnabar

📋 copy color: '#ED381D'

red 237 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #ED381D

Tints of Cinnabar #ED381D

RGB

 RED value IS 237 (92.97% from 255) = 73.6%

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

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

R = 73.6%
G = 17.39%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED381D (or 0xED381D) is known color: Cinnabar. HEX triplet: ED, 38 and 1D. RGB value is (237,56,29). Sum of RGB (Red+Green+Blue) = 237+56+29=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED381D is #12C7E2. Grayscale: #6B6B6B. Windows color (decimal): -1230819 or 1915117. OLE color: 1915117.

HSL color Cylindrical-coordinate representation of color #ED381D: hue angle of 7.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED381D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 29 -
CMYK 0 0.76 0.88 0.07
HSL 7.79º 0.85% 0.52% -
HSV(B) 7.79º 0.88% 0.93% -
XYZ 36.56 20.92 3.27 -
YUV 107.04 83.97 220.7 -
System Red Green Blue C M Y K H S L
Decimal 237 56 29 0 0.76 0.88 0.07 7.79 0.85 0.52
Hex ED 38 1D 0 4C 58 7 8 55 34
Octal 355 70 35 0 114 130 7 10 125 64
Binary 11101101 111000 11101 0 1001100 1011000 111 1000 1010101 110100

Color Harmonies of #ED381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED381D

Black with #ED381D

Text Example


Text Example

White with #ED381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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