Html Css Color HEX #CD2341 Cardinal

📋 copy color: '#CD2341'

red 205 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #CD2341

Tints of Cardinal #CD2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 67.21%
G = 11.48%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD2341 (or 0xCD2341) is known color: Cardinal. HEX triplet: CD, 23 and 41. RGB value is (205,35,65). Sum of RGB (Red+Green+Blue) = 205+35+65=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2341 is #32DCBE. Grayscale: #595959. Windows color (decimal): -3333311 or 4269005. OLE color: 4269005.

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

Color convert

RGB 205 35 65 -
CMYK 0 0.83 0.68 0.20
HSL 349.41º 0.71% 0.47% -
HSV(B) 349.41º 0.83% 0.8% -
XYZ 26.73 14.56 6.4 -
YUV 89.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 205 35 65 0 0.83 0.68 0.20 349.41 0.71 0.47
Hex CD 23 41 0 53 44 14 15D 47 2F
Octal 315 43 101 0 123 104 24 535 107 57
Binary 11001101 100011 1000001 0 1010011 1000100 10100 101011101 1000111 101111

Color Harmonies of #CD2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2341

Black with #CD2341

Text Example


Text Example

White with #CD2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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