Html Css Color HEX #C30341 Cardinal

📋 copy color: '#C30341'

red 195 ◦ green 3 ◦ blue 65

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

Shades of Cardinal #C30341

Tints of Cardinal #C30341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 74.14%
G = 1.14%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30341 (or 0xC30341) is known color: Cardinal. HEX triplet: C3, 03 and 41. RGB value is (195,3,65). Sum of RGB (Red+Green+Blue) = 195+3+65=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C30341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30341 is #3CFCBE. Grayscale: #434343. Windows color (decimal): -3996863 or 4260803. OLE color: 4260803.

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

Color convert

RGB 195 3 65 -
CMYK 0 0.98 0.67 0.24
HSL 340.63º 0.97% 0.39% -
HSV(B) 340.63º 0.98% 0.76% -
XYZ 23.49 12.05 6.09 -
YUV 67.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 195 3 65 0 0.98 0.67 0.24 340.63 0.97 0.39
Hex C3 3 41 0 62 43 18 155 61 27
Octal 303 3 101 0 142 103 30 525 141 47
Binary 11000011 11 1000001 0 1100010 1000011 11000 101010101 1100001 100111

Color Harmonies of #C30341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30341

Black with #C30341

Text Example


Text Example

White with #C30341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30341; }

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

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

background-color css

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

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

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

border-color css

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

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

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