Html Css Color HEX #C30D4F Cardinal

📋 copy color: '#C30D4F'

red 195 ◦ green 13 ◦ blue 79

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

Shades of Cardinal #C30D4F

Tints of Cardinal #C30D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 67.94%
G = 4.53%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C30D4F (or 0xC30D4F) is known color: Cardinal. HEX triplet: C3, 0D and 4F. RGB value is (195,13,79). Sum of RGB (Red+Green+Blue) = 195+13+79=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D4F is #3CF2B0. Grayscale: #4A4A4A. Windows color (decimal): -3994289 or 5180867. OLE color: 5180867.

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

Color convert

RGB 195 13 79 -
CMYK 0 0.93 0.59 0.24
HSL 338.24º 0.88% 0.41% -
HSV(B) 338.24º 0.93% 0.76% -
XYZ 24.06 12.45 8.53 -
YUV 74.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 195 13 79 0 0.93 0.59 0.24 338.24 0.88 0.41
Hex C3 D 4F 0 5D 3B 18 152 58 29
Octal 303 15 117 0 135 73 30 522 130 51
Binary 11000011 1101 1001111 0 1011101 111011 11000 101010010 1011000 101001

Color Harmonies of #C30D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D4F

Black with #C30D4F

Text Example


Text Example

White with #C30D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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