Html Css Color HEX #D0235B Cerise

📋 copy color: '#D0235B'

red 208 ◦ green 35 ◦ blue 91

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

Shades of Cerise #D0235B

Tints of Cerise #D0235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 62.28%
G = 10.48%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0235B (or 0xD0235B) is known color: Cerise. HEX triplet: D0, 23 and 5B. RGB value is (208,35,91). Sum of RGB (Red+Green+Blue) = 208+35+91=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0235B is #2FDCA4. Grayscale: #5D5D5D. Windows color (decimal): -3136677 or 5972944. OLE color: 5972944.

HSL color Cylindrical-coordinate representation of color #D0235B: hue angle of 340.58º 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 #D0235B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 35 91 -
CMYK 0 0.83 0.56 0.18
HSL 340.58º 0.71% 0.48% -
HSV(B) 340.58º 0.83% 0.82% -
XYZ 28.5 15.37 11.36 -
YUV 93.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 208 35 91 0 0.83 0.56 0.18 340.58 0.71 0.48
Hex D0 23 5B 0 53 38 12 155 47 30
Octal 320 43 133 0 123 70 22 525 107 60
Binary 11010000 100011 1011011 0 1010011 111000 10010 101010101 1000111 110000

Color Harmonies of #D0235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0235B

Black with #D0235B

Text Example


Text Example

White with #D0235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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