Html Css Color HEX #CD1E2E Cardinal

📋 copy color: '#CD1E2E'

red 205 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #CD1E2E

Tints of Cardinal #CD1E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 72.95%
G = 10.68%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD1E2E (or 0xCD1E2E) is known color: Cardinal. HEX triplet: CD, 1E and 2E. RGB value is (205,30,46). Sum of RGB (Red+Green+Blue) = 205+30+46=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1E2E is #32E1D1. Grayscale: #545454. Windows color (decimal): -3334610 or 3022541. OLE color: 3022541.

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

Color convert

RGB 205 30 46 -
CMYK 0 0.85 0.78 0.20
HSL 354.51º 0.74% 0.46% -
HSV(B) 354.51º 0.85% 0.8% -
XYZ 26.13 14.1 3.93 -
YUV 84.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 205 30 46 0 0.85 0.78 0.20 354.51 0.74 0.46
Hex CD 1E 2E 0 55 4E 14 163 4A 2E
Octal 315 36 56 0 125 116 24 543 112 56
Binary 11001101 11110 101110 0 1010101 1001110 10100 101100011 1001010 101110

Color Harmonies of #CD1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1E2E

Black with #CD1E2E

Text Example


Text Example

White with #CD1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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