Html Css Color HEX #C30E44 Cardinal

📋 copy color: '#C30E44'

red 195 ◦ green 14 ◦ blue 68

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

Shades of Cardinal #C30E44

Tints of Cardinal #C30E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 70.4%
G = 5.05%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C30E44 (or 0xC30E44) is known color: Cardinal. HEX triplet: C3, 0E and 44. RGB value is (195,14,68). Sum of RGB (Red+Green+Blue) = 195+14+68=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E44 is #3CF1BB. Grayscale: #4A4A4A. Windows color (decimal): -3994044 or 4460227. OLE color: 4460227.

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

Color convert

RGB 195 14 68 -
CMYK 0 0.93 0.65 0.24
HSL 342.1º 0.87% 0.41% -
HSV(B) 342.1º 0.93% 0.76% -
XYZ 23.71 12.33 6.6 -
YUV 74.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 195 14 68 0 0.93 0.65 0.24 342.1 0.87 0.41
Hex C3 E 44 0 5D 41 18 156 57 29
Octal 303 16 104 0 135 101 30 526 127 51
Binary 11000011 1110 1000100 0 1011101 1000001 11000 101010110 1010111 101001

Color Harmonies of #C30E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E44

Black with #C30E44

Text Example


Text Example

White with #C30E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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