Html Css Color HEX #C30E40 Cardinal

📋 copy color: '#C30E40'

red 195 ◦ green 14 ◦ blue 64

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

Shades of Cardinal #C30E40

Tints of Cardinal #C30E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 71.43%
G = 5.13%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30E40 (or 0xC30E40) is known color: Cardinal. HEX triplet: C3, 0E and 40. RGB value is (195,14,64). Sum of RGB (Red+Green+Blue) = 195+14+64=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E40 is #3CF1BF. Grayscale: #494949. Windows color (decimal): -3994048 or 4198083. OLE color: 4198083.

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

Color convert

RGB 195 14 64 -
CMYK 0 0.93 0.67 0.24
HSL 343.43º 0.87% 0.41% -
HSV(B) 343.43º 0.93% 0.76% -
XYZ 23.59 12.29 5.98 -
YUV 73.82 122.47 214.43 -
System Red Green Blue C M Y K H S L
Decimal 195 14 64 0 0.93 0.67 0.24 343.43 0.87 0.41
Hex C3 E 40 0 5D 43 18 157 57 29
Octal 303 16 100 0 135 103 30 527 127 51
Binary 11000011 1110 1000000 0 1011101 1000011 11000 101010111 1010111 101001

Color Harmonies of #C30E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E40

Black with #C30E40

Text Example


Text Example

White with #C30E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E40; }

 p { color: rgb(195,14,64); }

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

background-color css

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

 a { background-color: rgb(195,14,64); }

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

border-color css

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

 span { border-color: rgb(195,14,64); }

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