Html Css Color HEX #CD1235 Cardinal

📋 copy color: '#CD1235'

red 205 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #CD1235

Tints of Cardinal #CD1235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 74.28%
G = 6.52%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD1235 (or 0xCD1235) is known color: Cardinal. HEX triplet: CD, 12 and 35. RGB value is (205,18,53). Sum of RGB (Red+Green+Blue) = 205+18+53=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1235 is #32EDCA. Grayscale: #4D4D4D. Windows color (decimal): -3337675 or 3478221. OLE color: 3478221.

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

Color convert

RGB 205 18 53 -
CMYK 0 0.91 0.74 0.20
HSL 348.77º 0.84% 0.44% -
HSV(B) 348.77º 0.91% 0.8% -
XYZ 26.04 13.67 4.63 -
YUV 77.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 205 18 53 0 0.91 0.74 0.20 348.77 0.84 0.44
Hex CD 12 35 0 5B 4A 14 15D 54 2C
Octal 315 22 65 0 133 112 24 535 124 54
Binary 11001101 10010 110101 0 1011011 1001010 10100 101011101 1010100 101100

Color Harmonies of #CD1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1235

Black with #CD1235

Text Example


Text Example

White with #CD1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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