Html Css Color HEX #D63D35 Cinnabar

📋 copy color: '#D63D35'

red 214 ◦ green 61 ◦ blue 53

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

Shades of Cinnabar #D63D35

Tints of Cinnabar #D63D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 65.24%
G = 18.6%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63D35 (or 0xD63D35) is known color: Cinnabar. HEX triplet: D6, 3D and 35. RGB value is (214,61,53). Sum of RGB (Red+Green+Blue) = 214+61+53=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D35 is #29C2CA. Grayscale: #6A6A6A. Windows color (decimal): -2736843 or 3489238. OLE color: 3489238.

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

Color convert

RGB 214 61 53 -
CMYK 0 0.71 0.75 0.16
HSL 2.98º 0.66% 0.52% -
HSV(B) 2.98º 0.75% 0.84% -
XYZ 30.04 17.89 5.24 -
YUV 105.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 214 61 53 0 0.71 0.75 0.16 2.98 0.66 0.52
Hex D6 3D 35 0 47 4B 10 3 42 34
Octal 326 75 65 0 107 113 20 3 102 64
Binary 11010110 111101 110101 0 1000111 1001011 10000 11 1000010 110100

Color Harmonies of #D63D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D35

Black with #D63D35

Text Example


Text Example

White with #D63D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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