Html Css Color HEX #C30D49 Cardinal

📋 copy color: '#C30D49'

red 195 ◦ green 13 ◦ blue 73

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

Shades of Cardinal #C30D49

Tints of Cardinal #C30D49

RGB

 RED value IS 195 (76.56% from 255) = 69.4%

 GREEN value IS 13 (5.47% from 255) = 4.63%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 69.4%
G = 4.63%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30D49 (or 0xC30D49) is known color: Cardinal. HEX triplet: C3, 0D and 49. RGB value is (195,13,73). Sum of RGB (Red+Green+Blue) = 195+13+73=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D49 is #3CF2B6. Grayscale: #4A4A4A. Windows color (decimal): -3994295 or 4787651. OLE color: 4787651.

HSL color Cylindrical-coordinate representation of color #C30D49: hue angle of 340.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D49 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 73 -
CMYK 0 0.93 0.63 0.24
HSL 340.22º 0.88% 0.41% -
HSV(B) 340.22º 0.93% 0.76% -
XYZ 23.85 12.37 7.43 -
YUV 74.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 195 13 73 0 0.93 0.63 0.24 340.22 0.88 0.41
Hex C3 D 49 0 5D 3F 18 154 58 29
Octal 303 15 111 0 135 77 30 524 130 51
Binary 11000011 1101 1001001 0 1011101 111111 11000 101010100 1011000 101001

Color Harmonies of #C30D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D49

Black with #C30D49

Text Example


Text Example

White with #C30D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D49; }

 p { color: rgb(195,13,73); }

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

background-color css

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

 a { background-color: rgb(195,13,73); }

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

border-color css

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

 span { border-color: rgb(195,13,73); }

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