Html Css Color HEX #CD1D30 Cardinal

📋 copy color: '#CD1D30'

red 205 ◦ green 29 ◦ blue 48

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

Shades of Cardinal #CD1D30

Tints of Cardinal #CD1D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

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

R = 72.7%
G = 10.28%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD1D30 (or 0xCD1D30) is known color: Cardinal. HEX triplet: CD, 1D and 30. RGB value is (205,29,48). Sum of RGB (Red+Green+Blue) = 205+29+48=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1D30 is #32E2CF. Grayscale: #535353. Windows color (decimal): -3334864 or 3153357. OLE color: 3153357.

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

Color convert

RGB 205 29 48 -
CMYK 0 0.86 0.77 0.20
HSL 353.52º 0.75% 0.46% -
HSV(B) 353.52º 0.86% 0.8% -
XYZ 26.15 14.07 4.13 -
YUV 83.79 107.81 214.46 -
System Red Green Blue C M Y K H S L
Decimal 205 29 48 0 0.86 0.77 0.20 353.52 0.75 0.46
Hex CD 1D 30 0 56 4D 14 162 4B 2E
Octal 315 35 60 0 126 115 24 542 113 56
Binary 11001101 11101 110000 0 1010110 1001101 10100 101100010 1001011 101110

Color Harmonies of #CD1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D30

Black with #CD1D30

Text Example


Text Example

White with #CD1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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