Html Css Color HEX #DA433C Cinnabar

📋 copy color: '#DA433C'

red 218 ◦ green 67 ◦ blue 60

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

Shades of Cinnabar #DA433C

Tints of Cinnabar #DA433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.39%

R = 63.19%
G = 19.42%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA433C (or 0xDA433C) is known color: Cinnabar. HEX triplet: DA, 43 and 3C. RGB value is (218,67,60). Sum of RGB (Red+Green+Blue) = 218+67+60=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA433C is #25BCC3. Grayscale: #6F6F6F. Windows color (decimal): -2473156 or 3949530. OLE color: 3949530.

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

Color convert

RGB 218 67 60 -
CMYK 0 0.69 0.72 0.15
HSL 2.66º 0.68% 0.55% -
HSV(B) 2.66º 0.72% 0.85% -
XYZ 31.74 19.25 6.32 -
YUV 111.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 218 67 60 0 0.69 0.72 0.15 2.66 0.68 0.55
Hex DA 43 3C 0 45 48 F 3 44 37
Octal 332 103 74 0 105 110 17 3 104 67
Binary 11011010 1000011 111100 0 1000101 1001000 1111 11 1000100 110111

Color Harmonies of #DA433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA433C

Black with #DA433C

Text Example


Text Example

White with #DA433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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