Html Css Color HEX #D3233E Cardinal

📋 copy color: '#D3233E'

red 211 ◦ green 35 ◦ blue 62

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

Shades of Cardinal #D3233E

Tints of Cardinal #D3233E

RGB

 RED value IS 211 (82.81% from 255) = 68.51%

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 68.51%
G = 11.36%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3233E (or 0xD3233E) is known color: Cardinal. HEX triplet: D3, 23 and 3E. RGB value is (211,35,62). Sum of RGB (Red+Green+Blue) = 211+35+62=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3233E is #2CDCC1. Grayscale: #5A5A5A. Windows color (decimal): -2940098 or 4072403. OLE color: 4072403.

HSL color Cylindrical-coordinate representation of color #D3233E: hue angle of 350.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3233E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 35 62 -
CMYK 0 0.83 0.71 0.17
HSL 350.8º 0.72% 0.48% -
HSV(B) 350.8º 0.83% 0.83% -
XYZ 28.33 15.4 6.04 -
YUV 90.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 211 35 62 0 0.83 0.71 0.17 350.8 0.72 0.48
Hex D3 23 3E 0 53 47 11 15F 48 30
Octal 323 43 76 0 123 107 21 537 110 60
Binary 11010011 100011 111110 0 1010011 1000111 10001 101011111 1001000 110000

Color Harmonies of #D3233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3233E

Black with #D3233E

Text Example


Text Example

White with #D3233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3233E; }

 p { color: rgb(211,35,62); }

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

background-color css

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

 a { background-color: rgb(211,35,62); }

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

border-color css

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

 span { border-color: rgb(211,35,62); }

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