Html Css Color HEX #ED381B Cinnabar

📋 copy color: '#ED381B'

red 237 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #ED381B

Tints of Cinnabar #ED381B

RGB

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

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

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

R = 74.06%
G = 17.5%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED381B (or 0xED381B) is known color: Cinnabar. HEX triplet: ED, 38 and 1B. RGB value is (237,56,27). Sum of RGB (Red+Green+Blue) = 237+56+27=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED381B is #12C7E4. Grayscale: #6B6B6B. Windows color (decimal): -1230821 or 1784045. OLE color: 1784045.

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

Color convert

RGB 237 56 27 -
CMYK 0 0.76 0.89 0.07
HSL 8.29º 0.85% 0.52% -
HSV(B) 8.29º 0.89% 0.93% -
XYZ 36.54 20.91 3.15 -
YUV 106.81 82.97 220.86 -
System Red Green Blue C M Y K H S L
Decimal 237 56 27 0 0.76 0.89 0.07 8.29 0.85 0.52
Hex ED 38 1B 0 4C 59 7 8 55 34
Octal 355 70 33 0 114 131 7 10 125 64
Binary 11101101 111000 11011 0 1001100 1011001 111 1000 1010101 110100

Color Harmonies of #ED381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED381B

Black with #ED381B

Text Example


Text Example

White with #ED381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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