Html Css Color HEX #C30D4C Cardinal

📋 copy color: '#C30D4C'

red 195 ◦ green 13 ◦ blue 76

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

Shades of Cardinal #C30D4C

Tints of Cardinal #C30D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 68.66%
G = 4.58%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C30D4C (or 0xC30D4C) is known color: Cardinal. HEX triplet: C3, 0D and 4C. RGB value is (195,13,76). Sum of RGB (Red+Green+Blue) = 195+13+76=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D4C is #3CF2B3. Grayscale: #4A4A4A. Windows color (decimal): -3994292 or 4984259. OLE color: 4984259.

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

Color convert

RGB 195 13 76 -
CMYK 0 0.93 0.61 0.24
HSL 339.23º 0.88% 0.41% -
HSV(B) 339.23º 0.93% 0.76% -
XYZ 23.95 12.41 7.97 -
YUV 74.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 195 13 76 0 0.93 0.61 0.24 339.23 0.88 0.41
Hex C3 D 4C 0 5D 3D 18 153 58 29
Octal 303 15 114 0 135 75 30 523 130 51
Binary 11000011 1101 1001100 0 1011101 111101 11000 101010011 1011000 101001

Color Harmonies of #C30D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D4C

Black with #C30D4C

Text Example


Text Example

White with #C30D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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