Html Css Color HEX #D0233A Cardinal

📋 copy color: '#D0233A'

red 208 ◦ green 35 ◦ blue 58

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

Shades of Cardinal #D0233A

Tints of Cardinal #D0233A

RGB

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

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

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

R = 69.1%
G = 11.63%
B = 19.27%

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

#D0233A (or 0xD0233A) is known color: Cardinal. HEX triplet: D0, 23 and 3A. RGB value is (208,35,58). Sum of RGB (Red+Green+Blue) = 208+35+58=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0233A is #2FDCC5. Grayscale: #595959. Windows color (decimal): -3136710 or 3810256. OLE color: 3810256.

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

Color convert

RGB 208 35 58 -
CMYK 0 0.83 0.72 0.18
HSL 352.02º 0.71% 0.48% -
HSV(B) 352.02º 0.83% 0.82% -
XYZ 27.38 14.92 5.44 -
YUV 89.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 208 35 58 0 0.83 0.72 0.18 352.02 0.71 0.48
Hex D0 23 3A 0 53 48 12 160 47 30
Octal 320 43 72 0 123 110 22 540 107 60
Binary 11010000 100011 111010 0 1010011 1001000 10010 101100000 1000111 110000

Color Harmonies of #D0233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0233A

Black with #D0233A

Text Example


Text Example

White with #D0233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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