Html Css Color HEX #C30342 Cardinal

📋 copy color: '#C30342'

red 195 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #C30342

Tints of Cardinal #C30342

RGB

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

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

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

R = 73.86%
G = 1.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C30342 (or 0xC30342) is known color: Cardinal. HEX triplet: C3, 03 and 42. RGB value is (195,3,66). Sum of RGB (Red+Green+Blue) = 195+3+66=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C30342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30342 is #3CFCBD. Grayscale: #434343. Windows color (decimal): -3996862 or 4326339. OLE color: 4326339.

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

Color convert

RGB 195 3 66 -
CMYK 0 0.98 0.66 0.24
HSL 340.31º 0.97% 0.39% -
HSV(B) 340.31º 0.98% 0.76% -
XYZ 23.52 12.06 6.24 -
YUV 67.59 127.11 218.88 -
System Red Green Blue C M Y K H S L
Decimal 195 3 66 0 0.98 0.66 0.24 340.31 0.97 0.39
Hex C3 3 42 0 62 42 18 154 61 27
Octal 303 3 102 0 142 102 30 524 141 47
Binary 11000011 11 1000010 0 1100010 1000010 11000 101010100 1100001 100111

Color Harmonies of #C30342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30342

Black with #C30342

Text Example


Text Example

White with #C30342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30342; }

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

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

background-color css

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

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

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

border-color css

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

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

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