Html Css Color HEX #D0235D Cerise

📋 copy color: '#D0235D'

red 208 ◦ green 35 ◦ blue 93

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

Shades of Cerise #D0235D

Tints of Cerise #D0235D

RGB

 RED value IS 208 (81.64% from 255) = 61.9%

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 61.9%
G = 10.42%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0235D (or 0xD0235D) is known color: Cerise. HEX triplet: D0, 23 and 5D. RGB value is (208,35,93). Sum of RGB (Red+Green+Blue) = 208+35+93=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0235D is #2FDCA2. Grayscale: #5D5D5D. Windows color (decimal): -3136675 or 6104016. OLE color: 6104016.

HSL color Cylindrical-coordinate representation of color #D0235D: hue angle of 339.88º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0235D is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 35 93 -
CMYK 0 0.83 0.55 0.18
HSL 339.88º 0.71% 0.48% -
HSV(B) 339.88º 0.83% 0.82% -
XYZ 28.59 15.4 11.82 -
YUV 93.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 208 35 93 0 0.83 0.55 0.18 339.88 0.71 0.48
Hex D0 23 5D 0 53 37 12 154 47 30
Octal 320 43 135 0 123 67 22 524 107 60
Binary 11010000 100011 1011101 0 1010011 110111 10010 101010100 1000111 110000

Color Harmonies of #D0235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0235D

Black with #D0235D

Text Example


Text Example

White with #D0235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0235D; }

 p { color: rgb(208,35,93); }

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

background-color css

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

 a { background-color: rgb(208,35,93); }

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

border-color css

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

 span { border-color: rgb(208,35,93); }

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