Html Css Color HEX #D83C2A Cinnabar

📋 copy color: '#D83C2A'

red 216 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #D83C2A

Tints of Cinnabar #D83C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 67.92%
G = 18.87%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83C2A (or 0xD83C2A) is known color: Cinnabar. HEX triplet: D8, 3C and 2A. RGB value is (216,60,42). Sum of RGB (Red+Green+Blue) = 216+60+42=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C2A is #27C3D5. Grayscale: #686868. Windows color (decimal): -2606038 or 2768088. OLE color: 2768088.

HSL color Cylindrical-coordinate representation of color #D83C2A: hue angle of 6.21º 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 #D83C2A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 60 42 -
CMYK 0 0.72 0.81 0.15
HSL 6.21º 0.69% 0.51% -
HSV(B) 6.21º 0.81% 0.85% -
XYZ 30.35 18 4.06 -
YUV 104.59 92.68 207.46 -
System Red Green Blue C M Y K H S L
Decimal 216 60 42 0 0.72 0.81 0.15 6.21 0.69 0.51
Hex D8 3C 2A 0 48 51 F 6 45 33
Octal 330 74 52 0 110 121 17 6 105 63
Binary 11011000 111100 101010 0 1001000 1010001 1111 110 1000101 110011

Color Harmonies of #D83C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C2A

Black with #D83C2A

Text Example


Text Example

White with #D83C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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