Html Css Color HEX #D63D37 Cinnabar

📋 copy color: '#D63D37'

red 214 ◦ green 61 ◦ blue 55

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

Shades of Cinnabar #D63D37

Tints of Cinnabar #D63D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.48%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 64.85%
G = 18.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63D37 (or 0xD63D37) is known color: Cinnabar. HEX triplet: D6, 3D and 37. RGB value is (214,61,55). Sum of RGB (Red+Green+Blue) = 214+61+55=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D37 is #29C2C8. Grayscale: #6A6A6A. Windows color (decimal): -2736841 or 3620310. OLE color: 3620310.

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

Color convert

RGB 214 61 55 -
CMYK 0 0.71 0.74 0.16
HSL 2.26º 0.66% 0.53% -
HSV(B) 2.26º 0.74% 0.84% -
XYZ 30.09 17.91 5.49 -
YUV 106.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 214 61 55 0 0.71 0.74 0.16 2.26 0.66 0.53
Hex D6 3D 37 0 47 4A 10 2 42 35
Octal 326 75 67 0 107 112 20 2 102 65
Binary 11010110 111101 110111 0 1000111 1001010 10000 10 1000010 110101

Color Harmonies of #D63D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D37

Black with #D63D37

Text Example


Text Example

White with #D63D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D37; }

 p { color: rgb(214,61,55); }

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

background-color css

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

 a { background-color: rgb(214,61,55); }

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

border-color css

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

 span { border-color: rgb(214,61,55); }

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