Html Css Color HEX #D0243A Cardinal

📋 copy color: '#D0243A'

red 208 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #D0243A

Tints of Cardinal #D0243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 68.87%
G = 11.92%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0243A (or 0xD0243A) is known color: Cardinal. HEX triplet: D0, 24 and 3A. RGB value is (208,36,58). Sum of RGB (Red+Green+Blue) = 208+36+58=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0243A is #2FDBC5. Grayscale: #5A5A5A. Windows color (decimal): -3136454 or 3810512. OLE color: 3810512.

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

Color convert

RGB 208 36 58 -
CMYK 0 0.83 0.72 0.18
HSL 352.33º 0.7% 0.48% -
HSV(B) 352.33º 0.83% 0.82% -
XYZ 27.41 14.98 5.45 -
YUV 89.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 208 36 58 0 0.83 0.72 0.18 352.33 0.7 0.48
Hex D0 24 3A 0 53 48 12 160 46 30
Octal 320 44 72 0 123 110 22 540 106 60
Binary 11010000 100100 111010 0 1010011 1001000 10010 101100000 1000110 110000

Color Harmonies of #D0243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0243A

Black with #D0243A

Text Example


Text Example

White with #D0243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0243A; }

 p { color: rgb(208,36,58); }

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

background-color css

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

 a { background-color: rgb(208,36,58); }

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

border-color css

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

 span { border-color: rgb(208,36,58); }

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