Html Css Color HEX #D74230 Cinnabar

📋 copy color: '#D74230'

red 215 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #D74230

Tints of Cinnabar #D74230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.59%

R = 65.35%
G = 20.06%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D74230 (or 0xD74230) is known color: Cinnabar. HEX triplet: D7, 42 and 30. RGB value is (215,66,48). Sum of RGB (Red+Green+Blue) = 215+66+48=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D74230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74230 is #28BDCF. Grayscale: #6C6C6C. Windows color (decimal): -2670032 or 3162839. OLE color: 3162839.

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

Color convert

RGB 215 66 48 -
CMYK 0 0.69 0.78 0.16
HSL 6.47º 0.68% 0.52% -
HSV(B) 6.47º 0.78% 0.84% -
XYZ 30.51 18.56 4.77 -
YUV 108.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 215 66 48 0 0.69 0.78 0.16 6.47 0.68 0.52
Hex D7 42 30 0 45 4E 10 6 44 34
Octal 327 102 60 0 105 116 20 6 104 64
Binary 11010111 1000010 110000 0 1000101 1001110 10000 110 1000100 110100

Color Harmonies of #D74230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74230

Black with #D74230

Text Example


Text Example

White with #D74230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74230; }

 p { color: rgb(215,66,48); }

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

background-color css

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

 a { background-color: rgb(215,66,48); }

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

border-color css

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

 span { border-color: rgb(215,66,48); }

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