Html Css Color HEX #CD1230 Cardinal

📋 copy color: '#CD1230'

red 205 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #CD1230

Tints of Cardinal #CD1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 75.65%
G = 6.64%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD1230 (or 0xCD1230) is known color: Cardinal. HEX triplet: CD, 12 and 30. RGB value is (205,18,48). Sum of RGB (Red+Green+Blue) = 205+18+48=271 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.65% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1230 is #32EDCF. Grayscale: #4D4D4D. Windows color (decimal): -3337680 or 3150541. OLE color: 3150541.

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

Color convert

RGB 205 18 48 -
CMYK 0 0.91 0.77 0.20
HSL 350.37º 0.84% 0.44% -
HSV(B) 350.37º 0.91% 0.8% -
XYZ 25.93 13.63 4.06 -
YUV 77.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 205 18 48 0 0.91 0.77 0.20 350.37 0.84 0.44
Hex CD 12 30 0 5B 4D 14 15E 54 2C
Octal 315 22 60 0 133 115 24 536 124 54
Binary 11001101 10010 110000 0 1011011 1001101 10100 101011110 1010100 101100

Color Harmonies of #CD1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1230

Black with #CD1230

Text Example


Text Example

White with #CD1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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