Html Css Color HEX #CD253C Cardinal

📋 copy color: '#CD253C'

red 205 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #CD253C

Tints of Cardinal #CD253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 67.88%
G = 12.25%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD253C (or 0xCD253C) is known color: Cardinal. HEX triplet: CD, 25 and 3C. RGB value is (205,37,60). Sum of RGB (Red+Green+Blue) = 205+37+60=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD253C is #32DAC3. Grayscale: #595959. Windows color (decimal): -3332804 or 3941837. OLE color: 3941837.

HSL color Cylindrical-coordinate representation of color #CD253C: hue angle of 351.79º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD253C is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 60 -
CMYK 0 0.82 0.71 0.20
HSL 351.79º 0.69% 0.47% -
HSV(B) 351.79º 0.82% 0.8% -
XYZ 26.65 14.63 5.69 -
YUV 89.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 205 37 60 0 0.82 0.71 0.20 351.79 0.69 0.47
Hex CD 25 3C 0 52 47 14 160 45 2F
Octal 315 45 74 0 122 107 24 540 105 57
Binary 11001101 100101 111100 0 1010010 1000111 10100 101100000 1000101 101111

Color Harmonies of #CD253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD253C

Black with #CD253C

Text Example


Text Example

White with #CD253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD253C; }

 p { color: rgb(205,37,60); }

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

background-color css

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

 a { background-color: rgb(205,37,60); }

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

border-color css

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

 span { border-color: rgb(205,37,60); }

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