Html Css Color HEX #DA432D Cinnabar

📋 copy color: '#DA432D'

red 218 ◦ green 67 ◦ blue 45

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

Shades of Cinnabar #DA432D

Tints of Cinnabar #DA432D

RGB

 RED value IS 218 (85.55% from 255) = 66.06%

 GREEN value IS 67 (26.56% from 255) = 20.3%

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 66.06%
G = 20.3%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA432D (or 0xDA432D) is known color: Cinnabar. HEX triplet: DA, 43 and 2D. RGB value is (218,67,45). Sum of RGB (Red+Green+Blue) = 218+67+45=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA432D is #25BCD2. Grayscale: #6D6D6D. Windows color (decimal): -2473171 or 2966490. OLE color: 2966490.

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

Color convert

RGB 218 67 45 -
CMYK 0 0.69 0.79 0.15
HSL 7.63º 0.7% 0.52% -
HSV(B) 7.63º 0.79% 0.85% -
XYZ 31.39 19.11 4.52 -
YUV 109.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 218 67 45 0 0.69 0.79 0.15 7.63 0.7 0.52
Hex DA 43 2D 0 45 4F F 8 46 34
Octal 332 103 55 0 105 117 17 10 106 64
Binary 11011010 1000011 101101 0 1000101 1001111 1111 1000 1000110 110100

Color Harmonies of #DA432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA432D

Black with #DA432D

Text Example


Text Example

White with #DA432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA432D; }

 p { color: rgb(218,67,45); }

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

background-color css

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

 a { background-color: rgb(218,67,45); }

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

border-color css

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

 span { border-color: rgb(218,67,45); }

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