Html Css Color HEX #C30C42 Cardinal

📋 copy color: '#C30C42'

red 195 ◦ green 12 ◦ blue 66

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

Shades of Cardinal #C30C42

Tints of Cardinal #C30C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 71.43%
G = 4.4%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C30C42 (or 0xC30C42) is known color: Cardinal. HEX triplet: C3, 0C and 42. RGB value is (195,12,66). Sum of RGB (Red+Green+Blue) = 195+12+66=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C42 is #3CF3BD. Grayscale: #484848. Windows color (decimal): -3994558 or 4328643. OLE color: 4328643.

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

Color convert

RGB 195 12 66 -
CMYK 0 0.94 0.66 0.24
HSL 342.3º 0.88% 0.41% -
HSV(B) 342.3º 0.94% 0.76% -
XYZ 23.62 12.26 6.28 -
YUV 72.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 195 12 66 0 0.94 0.66 0.24 342.3 0.88 0.41
Hex C3 C 42 0 5E 42 18 156 58 29
Octal 303 14 102 0 136 102 30 526 130 51
Binary 11000011 1100 1000010 0 1011110 1000010 11000 101010110 1011000 101001

Color Harmonies of #C30C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C42

Black with #C30C42

Text Example


Text Example

White with #C30C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C42; }

 p { color: rgb(195,12,66); }

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

background-color css

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

 a { background-color: rgb(195,12,66); }

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

border-color css

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

 span { border-color: rgb(195,12,66); }

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