Html Css Color HEX #EB261E Cinnabar

📋 copy color: '#EB261E'

red 235 ◦ green 38 ◦ blue 30

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

Shades of Cinnabar #EB261E

Tints of Cinnabar #EB261E

RGB

 RED value IS 235 (92.19% from 255) = 77.56%

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 77.56%
G = 12.54%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB261E (or 0xEB261E) is known color: Cinnabar. HEX triplet: EB, 26 and 1E. RGB value is (235,38,30). Sum of RGB (Red+Green+Blue) = 235+38+30=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261E is #14D9E1. Grayscale: #606060. Windows color (decimal): -1366498 or 1976043. OLE color: 1976043.

HSL color Cylindrical-coordinate representation of color #EB261E: hue angle of 2.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB261E is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 30 -
CMYK 0 0.84 0.87 0.08
HSL 2.34º 0.84% 0.52% -
HSV(B) 2.34º 0.87% 0.92% -
XYZ 35.19 19.14 3.07 -
YUV 95.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 235 38 30 0 0.84 0.87 0.08 2.34 0.84 0.52
Hex EB 26 1E 0 54 57 8 2 54 34
Octal 353 46 36 0 124 127 10 2 124 64
Binary 11101011 100110 11110 0 1010100 1010111 1000 10 1010100 110100

Color Harmonies of #EB261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB261E

Black with #EB261E

Text Example


Text Example

White with #EB261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB261E; }

 p { color: rgb(235,38,30); }

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

background-color css

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

 a { background-color: rgb(235,38,30); }

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

border-color css

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

 span { border-color: rgb(235,38,30); }

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