Html Css Color HEX #D5422B Cinnabar

📋 copy color: '#D5422B'

red 213 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #D5422B

Tints of Cinnabar #D5422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 66.15%
G = 20.5%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5422B (or 0xD5422B) is known color: Cinnabar. HEX triplet: D5, 42 and 2B. RGB value is (213,66,43). Sum of RGB (Red+Green+Blue) = 213+66+43=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5422B is #2ABDD4. Grayscale: #6B6B6B. Windows color (decimal): -2801109 or 2835157. OLE color: 2835157.

HSL color Cylindrical-coordinate representation of color #D5422B: hue angle of 8.12º degrees, saturation: 0.67, 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 #D5422B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 43 -
CMYK 0 0.69 0.80 0.16
HSL 8.12º 0.67% 0.5% -
HSV(B) 8.12º 0.8% 0.84% -
XYZ 29.82 18.22 4.23 -
YUV 107.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 213 66 43 0 0.69 0.80 0.16 8.12 0.67 0.5
Hex D5 42 2B 0 45 50 10 8 43 32
Octal 325 102 53 0 105 120 20 10 103 62
Binary 11010101 1000010 101011 0 1000101 1010000 10000 1000 1000011 110010

Color Harmonies of #D5422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5422B

Black with #D5422B

Text Example


Text Example

White with #D5422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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