Html Css Color HEX #CD1630 Cardinal

📋 copy color: '#CD1630'

red 205 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #CD1630

Tints of Cardinal #CD1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

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

R = 74.55%
G = 8%
B = 17.45%

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

#CD1630 (or 0xCD1630) is known color: Cardinal. HEX triplet: CD, 16 and 30. RGB value is (205,22,48). Sum of RGB (Red+Green+Blue) = 205+22+48=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1630 is #32E9CF. Grayscale: #4F4F4F. Windows color (decimal): -3336656 or 3151565. OLE color: 3151565.

HSL color Cylindrical-coordinate representation of color #CD1630: hue angle of 351.48º degrees, saturation: 0.81, 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 #CD1630 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 48 -
CMYK 0 0.89 0.77 0.20
HSL 351.48º 0.81% 0.45% -
HSV(B) 351.48º 0.89% 0.8% -
XYZ 26 13.77 4.08 -
YUV 79.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 205 22 48 0 0.89 0.77 0.20 351.48 0.81 0.45
Hex CD 16 30 0 59 4D 14 15F 51 2D
Octal 315 26 60 0 131 115 24 537 121 55
Binary 11001101 10110 110000 0 1011001 1001101 10100 101011111 1010001 101101

Color Harmonies of #CD1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1630

Black with #CD1630

Text Example


Text Example

White with #CD1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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