Html Css Color HEX #CD1730 Cardinal

📋 copy color: '#CD1730'

red 205 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #CD1730

Tints of Cardinal #CD1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 74.28%
G = 8.33%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD1730 (or 0xCD1730) is known color: Cardinal. HEX triplet: CD, 17 and 30. RGB value is (205,23,48). Sum of RGB (Red+Green+Blue) = 205+23+48=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1730 is #32E8CF. Grayscale: #505050. Windows color (decimal): -3336400 or 3151821. OLE color: 3151821.

HSL color Cylindrical-coordinate representation of color #CD1730: hue angle of 351.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1730 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 23 48 -
CMYK 0 0.89 0.77 0.20
HSL 351.76º 0.8% 0.45% -
HSV(B) 351.76º 0.89% 0.8% -
XYZ 26.02 13.81 4.09 -
YUV 80.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 205 23 48 0 0.89 0.77 0.20 351.76 0.8 0.45
Hex CD 17 30 0 59 4D 14 160 50 2D
Octal 315 27 60 0 131 115 24 540 120 55
Binary 11001101 10111 110000 0 1011001 1001101 10100 101100000 1010000 101101

Color Harmonies of #CD1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1730

Black with #CD1730

Text Example


Text Example

White with #CD1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1730; }

 p { color: rgb(205,23,48); }

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

background-color css

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

 a { background-color: rgb(205,23,48); }

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

border-color css

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

 span { border-color: rgb(205,23,48); }

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