Html Css Color HEX #D74B2B Cinnabar

📋 copy color: '#D74B2B'

red 215 ◦ green 75 ◦ blue 43

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

Shades of Cinnabar #D74B2B

Tints of Cinnabar #D74B2B

RGB

 RED value IS 215 (84.38% from 255) = 64.56%

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 64.56%
G = 22.52%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D74B2B (or 0xD74B2B) is known color: Cinnabar. HEX triplet: D7, 4B and 2B. RGB value is (215,75,43). Sum of RGB (Red+Green+Blue) = 215+75+43=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74B2B is #28B4D4. Grayscale: #717171. Windows color (decimal): -2667733 or 2837463. OLE color: 2837463.

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

Color convert

RGB 215 75 43 -
CMYK 0 0.65 0.8 0.16
HSL 11.16º 0.68% 0.51% -
HSV(B) 11.16º 0.8% 0.84% -
XYZ 30.98 19.65 4.45 -
YUV 113.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 215 75 43 0 0.65 0.8 0.16 11.16 0.68 0.51
Hex D7 4B 2B 0 41 50 10 B 44 33
Octal 327 113 53 0 101 120 20 13 104 63
Binary 11010111 1001011 101011 0 1000001 1010000 10000 1011 1000100 110011

Color Harmonies of #D74B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B2B

Black with #D74B2B

Text Example


Text Example

White with #D74B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B2B; }

 p { color: rgb(215,75,43); }

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

background-color css

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

 a { background-color: rgb(215,75,43); }

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

border-color css

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

 span { border-color: rgb(215,75,43); }

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