Html Css Color HEX #C30041 Cardinal

📋 copy color: '#C30041'

red 195 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #C30041

Tints of Cardinal #C30041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30041 (or 0xC30041) is known color: Cardinal. HEX triplet: C3, 00 and 41. RGB value is (195,0,65). Sum of RGB (Red+Green+Blue) = 195+0+65=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C30041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30041 is #3CFFBE. Grayscale: #414141. Windows color (decimal): -3997631 or 4260035. OLE color: 4260035.

HSL color Cylindrical-coordinate representation of color #C30041: hue angle of 340º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30041 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 65 -
CMYK 0 1 0.67 0.24
HSL 340º 1% 0.38% -
HSV(B) 340º 1% 0.76% -
XYZ 23.46 11.98 6.08 -
YUV 65.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 195 0 65 0 1 0.67 0.24 340 1 0.38
Hex C3 0 41 0 64 43 18 154 64 26
Octal 303 0 101 0 144 103 30 524 144 46
Binary 11000011 0 1000001 0 1100100 1000011 11000 101010100 1100100 100110

Color Harmonies of #C30041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30041

Black with #C30041

Text Example


Text Example

White with #C30041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30041; }

 p { color: rgb(195,0,65); }

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

background-color css

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

 a { background-color: rgb(195,0,65); }

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

border-color css

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

 span { border-color: rgb(195,0,65); }

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