Html Css Color HEX #D6433D Cinnabar

📋 copy color: '#D6433D'

red 214 ◦ green 67 ◦ blue 61

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

Shades of Cinnabar #D6433D

Tints of Cinnabar #D6433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 62.57%
G = 19.59%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6433D (or 0xD6433D) is known color: Cinnabar. HEX triplet: D6, 43 and 3D. RGB value is (214,67,61). Sum of RGB (Red+Green+Blue) = 214+67+61=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6433D is #29BCC2. Grayscale: #6E6E6E. Windows color (decimal): -2735299 or 4015062. OLE color: 4015062.

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

Color convert

RGB 214 67 61 -
CMYK 0 0.69 0.71 0.16
HSL 2.35º 0.65% 0.54% -
HSV(B) 2.35º 0.71% 0.84% -
XYZ 30.58 18.65 6.4 -
YUV 110.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 214 67 61 0 0.69 0.71 0.16 2.35 0.65 0.54
Hex D6 43 3D 0 45 47 10 2 41 36
Octal 326 103 75 0 105 107 20 2 101 66
Binary 11010110 1000011 111101 0 1000101 1000111 10000 10 1000001 110110

Color Harmonies of #D6433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6433D

Black with #D6433D

Text Example


Text Example

White with #D6433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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