Html Css Color HEX #D83B2A Cinnabar

📋 copy color: '#D83B2A'

red 216 ◦ green 59 ◦ blue 42

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

Shades of Cinnabar #D83B2A

Tints of Cinnabar #D83B2A

RGB

 RED value IS 216 (84.77% from 255) = 68.14%

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 68.14%
G = 18.61%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83B2A (or 0xD83B2A) is known color: Cinnabar. HEX triplet: D8, 3B and 2A. RGB value is (216,59,42). Sum of RGB (Red+Green+Blue) = 216+59+42=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B2A is #27C4D5. Grayscale: #686868. Windows color (decimal): -2606294 or 2767832. OLE color: 2767832.

HSL color Cylindrical-coordinate representation of color #D83B2A: hue angle of 5.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83B2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 59 42 -
CMYK 0 0.73 0.81 0.15
HSL 5.86º 0.69% 0.51% -
HSV(B) 5.86º 0.81% 0.85% -
XYZ 30.3 17.89 4.05 -
YUV 104.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 216 59 42 0 0.73 0.81 0.15 5.86 0.69 0.51
Hex D8 3B 2A 0 49 51 F 6 45 33
Octal 330 73 52 0 111 121 17 6 105 63
Binary 11011000 111011 101010 0 1001001 1010001 1111 110 1000101 110011

Color Harmonies of #D83B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B2A

Black with #D83B2A

Text Example


Text Example

White with #D83B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B2A; }

 p { color: rgb(216,59,42); }

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

background-color css

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

 a { background-color: rgb(216,59,42); }

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

border-color css

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

 span { border-color: rgb(216,59,42); }

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