Html Css Color HEX #C3003C Cardinal

📋 copy color: '#C3003C'

red 195 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #C3003C

Tints of Cardinal #C3003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 76.47%
G = 0%
B = 23.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3003C (or 0xC3003C) is known color: Cardinal. HEX triplet: C3, 00 and 3C. RGB value is (195,0,60). Sum of RGB (Red+Green+Blue) = 195+0+60=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C3003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3003C is #3CFFC3. Grayscale: #414141. Windows color (decimal): -3997636 or 3932355. OLE color: 3932355.

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

Color convert

RGB 195 0 60 -
CMYK 0 1 0.69 0.24
HSL 341.54º 1% 0.38% -
HSV(B) 341.54º 1% 0.76% -
XYZ 23.32 11.93 5.35 -
YUV 65.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 195 0 60 0 1 0.69 0.24 341.54 1 0.38
Hex C3 0 3C 0 64 45 18 156 64 26
Octal 303 0 74 0 144 105 30 526 144 46
Binary 11000011 0 111100 0 1100100 1000101 11000 101010110 1100100 100110

Color Harmonies of #C3003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3003C

Black with #C3003C

Text Example


Text Example

White with #C3003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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