Html Css Color HEX #D4233D Cardinal

📋 copy color: '#D4233D'

red 212 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #D4233D

Tints of Cardinal #D4233D

RGB

 RED value IS 212 (83.2% from 255) = 68.83%

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

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

R = 68.83%
G = 11.36%
B = 19.81%

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

#D4233D (or 0xD4233D) is known color: Cardinal. HEX triplet: D4, 23 and 3D. RGB value is (212,35,61). Sum of RGB (Red+Green+Blue) = 212+35+61=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4233D is #2BDCC2. Grayscale: #5A5A5A. Windows color (decimal): -2874563 or 4006868. OLE color: 4006868.

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

Color convert

RGB 212 35 61 -
CMYK 0 0.83 0.71 0.17
HSL 351.19º 0.72% 0.48% -
HSV(B) 351.19º 0.83% 0.83% -
XYZ 28.59 15.54 5.91 -
YUV 90.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 212 35 61 0 0.83 0.71 0.17 351.19 0.72 0.48
Hex D4 23 3D 0 53 47 11 15F 48 30
Octal 324 43 75 0 123 107 21 537 110 60
Binary 11010100 100011 111101 0 1010011 1000111 10001 101011111 1001000 110000

Color Harmonies of #D4233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4233D

Black with #D4233D

Text Example


Text Example

White with #D4233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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