Html Css Color HEX #DA432B Cinnabar

📋 copy color: '#DA432B'

red 218 ◦ green 67 ◦ blue 43

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

Shades of Cinnabar #DA432B

Tints of Cinnabar #DA432B

RGB

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

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

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

R = 66.46%
G = 20.43%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA432B (or 0xDA432B) is known color: Cinnabar. HEX triplet: DA, 43 and 2B. RGB value is (218,67,43). Sum of RGB (Red+Green+Blue) = 218+67+43=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA432B is #25BCD4. Grayscale: #6D6D6D. Windows color (decimal): -2473173 or 2835418. OLE color: 2835418.

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

Color convert

RGB 218 67 43 -
CMYK 0 0.69 0.80 0.15
HSL 8.23º 0.7% 0.51% -
HSV(B) 8.23º 0.8% 0.85% -
XYZ 31.36 19.09 4.32 -
YUV 109.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 218 67 43 0 0.69 0.80 0.15 8.23 0.7 0.51
Hex DA 43 2B 0 45 50 F 8 46 33
Octal 332 103 53 0 105 120 17 10 106 63
Binary 11011010 1000011 101011 0 1000101 1010000 1111 1000 1000110 110011

Color Harmonies of #DA432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA432B

Black with #DA432B

Text Example


Text Example

White with #DA432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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