Html Css Color HEX #D0233D Cardinal

📋 copy color: '#D0233D'

red 208 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #D0233D

Tints of Cardinal #D0233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 68.42%
G = 11.51%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0233D (or 0xD0233D) is known color: Cardinal. HEX triplet: D0, 23 and 3D. RGB value is (208,35,61). Sum of RGB (Red+Green+Blue) = 208+35+61=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0233D is #2FDCC2. Grayscale: #595959. Windows color (decimal): -3136707 or 4006864. OLE color: 4006864.

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

Color convert

RGB 208 35 61 -
CMYK 0 0.83 0.71 0.18
HSL 350.98º 0.71% 0.48% -
HSV(B) 350.98º 0.83% 0.82% -
XYZ 27.46 14.95 5.85 -
YUV 89.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 208 35 61 0 0.83 0.71 0.18 350.98 0.71 0.48
Hex D0 23 3D 0 53 47 12 15F 47 30
Octal 320 43 75 0 123 107 22 537 107 60
Binary 11010000 100011 111101 0 1010011 1000111 10010 101011111 1000111 110000

Color Harmonies of #D0233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0233D

Black with #D0233D

Text Example


Text Example

White with #D0233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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