Html Css Color HEX #ED402F Cinnabar

📋 copy color: '#ED402F'

red 237 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #ED402F

Tints of Cinnabar #ED402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 68.1%
G = 18.39%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED402F (or 0xED402F) is known color: Cinnabar. HEX triplet: ED, 40 and 2F. RGB value is (237,64,47). Sum of RGB (Red+Green+Blue) = 237+64+47=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED402F is #12BFD0. Grayscale: #727272. Windows color (decimal): -1228753 or 3096813. OLE color: 3096813.

HSL color Cylindrical-coordinate representation of color #ED402F: hue angle of 5.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED402F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 47 -
CMYK 0 0.73 0.80 0.07
HSL 5.37º 0.84% 0.56% -
HSV(B) 5.37º 0.8% 0.93% -
XYZ 37.27 21.88 4.95 -
YUV 113.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 237 64 47 0 0.73 0.80 0.07 5.37 0.84 0.56
Hex ED 40 2F 0 49 50 7 5 54 38
Octal 355 100 57 0 111 120 7 5 124 70
Binary 11101101 1000000 101111 0 1001001 1010000 111 101 1010100 111000

Color Harmonies of #ED402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED402F

Black with #ED402F

Text Example


Text Example

White with #ED402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED402F; }

 p { color: rgb(237,64,47); }

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

background-color css

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

 a { background-color: rgb(237,64,47); }

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

border-color css

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

 span { border-color: rgb(237,64,47); }

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