Html Css Color HEX #CD1E3D Cardinal

📋 copy color: '#CD1E3D'

red 205 ◦ green 30 ◦ blue 61

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

Shades of Cardinal #CD1E3D

Tints of Cardinal #CD1E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

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

R = 69.26%
G = 10.14%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD1E3D (or 0xCD1E3D) is known color: Cardinal. HEX triplet: CD, 1E and 3D. RGB value is (205,30,61). Sum of RGB (Red+Green+Blue) = 205+30+61=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E3D is #32E1C2. Grayscale: #555555. Windows color (decimal): -3334595 or 4005581. OLE color: 4005581.

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

Color convert

RGB 205 30 61 -
CMYK 0 0.85 0.70 0.20
HSL 349.37º 0.74% 0.46% -
HSV(B) 349.37º 0.85% 0.8% -
XYZ 26.48 14.24 5.77 -
YUV 85.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 205 30 61 0 0.85 0.70 0.20 349.37 0.74 0.46
Hex CD 1E 3D 0 55 46 14 15D 4A 2E
Octal 315 36 75 0 125 106 24 535 112 56
Binary 11001101 11110 111101 0 1010101 1000110 10100 101011101 1001010 101110

Color Harmonies of #CD1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E3D

Black with #CD1E3D

Text Example


Text Example

White with #CD1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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