Html Css Color HEX #CD233D Cardinal

📋 copy color: '#CD233D'

red 205 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #CD233D

Tints of Cardinal #CD233D

RGB

 RED value IS 205 (80.47% from 255) = 68.11%

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

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

R = 68.11%
G = 11.63%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD233D (or 0xCD233D) is known color: Cardinal. HEX triplet: CD, 23 and 3D. RGB value is (205,35,61). Sum of RGB (Red+Green+Blue) = 205+35+61=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD233D is #32DCC2. Grayscale: #585858. Windows color (decimal): -3333315 or 4006861. OLE color: 4006861.

HSL color Cylindrical-coordinate representation of color #CD233D: hue angle of 350.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 35 61 -
CMYK 0 0.83 0.70 0.20
HSL 350.82º 0.71% 0.47% -
HSV(B) 350.82º 0.83% 0.8% -
XYZ 26.62 14.52 5.81 -
YUV 88.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 205 35 61 0 0.83 0.70 0.20 350.82 0.71 0.47
Hex CD 23 3D 0 53 46 14 15F 47 2F
Octal 315 43 75 0 123 106 24 537 107 57
Binary 11001101 100011 111101 0 1010011 1000110 10100 101011111 1000111 101111

Color Harmonies of #CD233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD233D

Black with #CD233D

Text Example


Text Example

White with #CD233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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