Html Css Color HEX #D63D2A Cinnabar

📋 copy color: '#D63D2A'

red 214 ◦ green 61 ◦ blue 42

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

Shades of Cinnabar #D63D2A

Tints of Cinnabar #D63D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 67.51%
G = 19.24%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D63D2A (or 0xD63D2A) is known color: Cinnabar. HEX triplet: D6, 3D and 2A. RGB value is (214,61,42). Sum of RGB (Red+Green+Blue) = 214+61+42=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D2A is #29C2D5. Grayscale: #686868. Windows color (decimal): -2736854 or 2768342. OLE color: 2768342.

HSL color Cylindrical-coordinate representation of color #D63D2A: hue angle of 6.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D63D2A is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 42 -
CMYK 0 0.71 0.80 0.16
HSL 6.63º 0.68% 0.5% -
HSV(B) 6.63º 0.8% 0.84% -
XYZ 29.82 17.8 4.05 -
YUV 104.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 214 61 42 0 0.71 0.80 0.16 6.63 0.68 0.5
Hex D6 3D 2A 0 47 50 10 7 44 32
Octal 326 75 52 0 107 120 20 7 104 62
Binary 11010110 111101 101010 0 1000111 1010000 10000 111 1000100 110010

Color Harmonies of #D63D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D2A

Black with #D63D2A

Text Example


Text Example

White with #D63D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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