Html Css Color HEX #D5422D Cinnabar

📋 copy color: '#D5422D'

red 213 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #D5422D

Tints of Cinnabar #D5422D

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 65.74%
G = 20.37%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5422D (or 0xD5422D) is known color: Cinnabar. HEX triplet: D5, 42 and 2D. RGB value is (213,66,45). Sum of RGB (Red+Green+Blue) = 213+66+45=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5422D is #2ABDD2. Grayscale: #6B6B6B. Windows color (decimal): -2801107 or 2966229. OLE color: 2966229.

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

Color convert

RGB 213 66 45 -
CMYK 0 0.69 0.79 0.16
HSL 7.5º 0.67% 0.51% -
HSV(B) 7.5º 0.79% 0.84% -
XYZ 29.86 18.23 4.43 -
YUV 107.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 213 66 45 0 0.69 0.79 0.16 7.5 0.67 0.51
Hex D5 42 2D 0 45 4F 10 8 43 33
Octal 325 102 55 0 105 117 20 10 103 63
Binary 11010101 1000010 101101 0 1000101 1001111 10000 1000 1000011 110011

Color Harmonies of #D5422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5422D

Black with #D5422D

Text Example


Text Example

White with #D5422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5422D; }

 p { color: rgb(213,66,45); }

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

background-color css

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

 a { background-color: rgb(213,66,45); }

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

border-color css

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

 span { border-color: rgb(213,66,45); }

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