Html Css Color HEX #C30F48 Cardinal

📋 copy color: '#C30F48'

red 195 ◦ green 15 ◦ blue 72

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

Shades of Cardinal #C30F48

Tints of Cardinal #C30F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 69.15%
G = 5.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30F48 (or 0xC30F48) is known color: Cardinal. HEX triplet: C3, 0F and 48. RGB value is (195,15,72). Sum of RGB (Red+Green+Blue) = 195+15+72=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F48 is #3CF0B7. Grayscale: #4B4B4B. Windows color (decimal): -3993784 or 4722627. OLE color: 4722627.

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

Color convert

RGB 195 15 72 -
CMYK 0 0.92 0.63 0.24
HSL 341º 0.86% 0.41% -
HSV(B) 341º 0.92% 0.76% -
XYZ 23.85 12.41 7.27 -
YUV 75.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 195 15 72 0 0.92 0.63 0.24 341 0.86 0.41
Hex C3 F 48 0 5C 3F 18 155 56 29
Octal 303 17 110 0 134 77 30 525 126 51
Binary 11000011 1111 1001000 0 1011100 111111 11000 101010101 1010110 101001

Color Harmonies of #C30F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F48

Black with #C30F48

Text Example


Text Example

White with #C30F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F48; }

 p { color: rgb(195,15,72); }

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

background-color css

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

 a { background-color: rgb(195,15,72); }

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

border-color css

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

 span { border-color: rgb(195,15,72); }

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