Html Css Color HEX #D63E34 Cinnabar

📋 copy color: '#D63E34'

red 214 ◦ green 62 ◦ blue 52

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

Shades of Cinnabar #D63E34

Tints of Cinnabar #D63E34

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 65.24%
G = 18.9%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63E34 (or 0xD63E34) is known color: Cinnabar. HEX triplet: D6, 3E and 34. RGB value is (214,62,52). Sum of RGB (Red+Green+Blue) = 214+62+52=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E34 is #29C1CB. Grayscale: #6A6A6A. Windows color (decimal): -2736588 or 3423958. OLE color: 3423958.

HSL color Cylindrical-coordinate representation of color #D63E34: hue angle of 3.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63E34 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 52 -
CMYK 0 0.71 0.76 0.16
HSL 3.7º 0.66% 0.52% -
HSV(B) 3.7º 0.76% 0.84% -
XYZ 30.07 17.99 5.14 -
YUV 106.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 214 62 52 0 0.71 0.76 0.16 3.7 0.66 0.52
Hex D6 3E 34 0 47 4C 10 4 42 34
Octal 326 76 64 0 107 114 20 4 102 64
Binary 11010110 111110 110100 0 1000111 1001100 10000 100 1000010 110100

Color Harmonies of #D63E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E34

Black with #D63E34

Text Example


Text Example

White with #D63E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E34; }

 p { color: rgb(214,62,52); }

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

background-color css

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

 a { background-color: rgb(214,62,52); }

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

border-color css

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

 span { border-color: rgb(214,62,52); }

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