Html Css Color HEX #C30D47 Cardinal

📋 copy color: '#C30D47'

red 195 ◦ green 13 ◦ blue 71

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

Shades of Cardinal #C30D47

Tints of Cardinal #C30D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 69.89%
G = 4.66%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C30D47 (or 0xC30D47) is known color: Cardinal. HEX triplet: C3, 0D and 47. RGB value is (195,13,71). Sum of RGB (Red+Green+Blue) = 195+13+71=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D47 is #3CF2B8. Grayscale: #494949. Windows color (decimal): -3994297 or 4656579. OLE color: 4656579.

HSL color Cylindrical-coordinate representation of color #C30D47: hue angle of 340.88º 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 #C30D47 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 71 -
CMYK 0 0.93 0.64 0.24
HSL 340.88º 0.88% 0.41% -
HSV(B) 340.88º 0.93% 0.76% -
XYZ 23.79 12.34 7.09 -
YUV 74.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 195 13 71 0 0.93 0.64 0.24 340.88 0.88 0.41
Hex C3 D 47 0 5D 40 18 155 58 29
Octal 303 15 107 0 135 100 30 525 130 51
Binary 11000011 1101 1000111 0 1011101 1000000 11000 101010101 1011000 101001

Color Harmonies of #C30D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D47

Black with #C30D47

Text Example


Text Example

White with #C30D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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