Html Css Color HEX #D0203D Cardinal

📋 copy color: '#D0203D'

red 208 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #D0203D

Tints of Cardinal #D0203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 69.1%
G = 10.63%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0203D (or 0xD0203D) is known color: Cardinal. HEX triplet: D0, 20 and 3D. RGB value is (208,32,61). Sum of RGB (Red+Green+Blue) = 208+32+61=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0203D is #2FDFC2. Grayscale: #575757. Windows color (decimal): -3137475 or 4006096. OLE color: 4006096.

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

Color convert

RGB 208 32 61 -
CMYK 0 0.85 0.71 0.18
HSL 350.11º 0.73% 0.47% -
HSV(B) 350.11º 0.85% 0.82% -
XYZ 27.37 14.78 5.83 -
YUV 87.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 208 32 61 0 0.85 0.71 0.18 350.11 0.73 0.47
Hex D0 20 3D 0 55 47 12 15E 49 2F
Octal 320 40 75 0 125 107 22 536 111 57
Binary 11010000 100000 111101 0 1010101 1000111 10010 101011110 1001001 101111

Color Harmonies of #D0203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0203D

Black with #D0203D

Text Example


Text Example

White with #D0203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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