Html Css Color HEX #C30D4D Cardinal

📋 copy color: '#C30D4D'

red 195 ◦ green 13 ◦ blue 77

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

Shades of Cardinal #C30D4D

Tints of Cardinal #C30D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 68.42%
G = 4.56%
B = 27.02%

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

#C30D4D (or 0xC30D4D) is known color: Cardinal. HEX triplet: C3, 0D and 4D. RGB value is (195,13,77). Sum of RGB (Red+Green+Blue) = 195+13+77=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D4D is #3CF2B2. Grayscale: #4A4A4A. Windows color (decimal): -3994291 or 5049795. OLE color: 5049795.

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

Color convert

RGB 195 13 77 -
CMYK 0 0.93 0.61 0.24
HSL 338.9º 0.88% 0.41% -
HSV(B) 338.9º 0.93% 0.76% -
XYZ 23.99 12.43 8.16 -
YUV 74.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 195 13 77 0 0.93 0.61 0.24 338.9 0.88 0.41
Hex C3 D 4D 0 5D 3D 18 153 58 29
Octal 303 15 115 0 135 75 30 523 130 51
Binary 11000011 1101 1001101 0 1011101 111101 11000 101010011 1011000 101001

Color Harmonies of #C30D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D4D

Black with #C30D4D

Text Example


Text Example

White with #C30D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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