Html Css Color HEX #C3003F Cardinal

📋 copy color: '#C3003F'

red 195 ◦ green 0 ◦ blue 63

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

Shades of Cardinal #C3003F

Tints of Cardinal #C3003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 75.58%
G = 0%
B = 24.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3003F (or 0xC3003F) is known color: Cardinal. HEX triplet: C3, 00 and 3F. RGB value is (195,0,63). Sum of RGB (Red+Green+Blue) = 195+0+63=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3003F is #3CFFC0. Grayscale: #414141. Windows color (decimal): -3997633 or 4128963. OLE color: 4128963.

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

Color convert

RGB 195 0 63 -
CMYK 0 1 0.68 0.24
HSL 340.62º 1% 0.38% -
HSV(B) 340.62º 1% 0.76% -
XYZ 23.4 11.96 5.78 -
YUV 65.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 195 0 63 0 1 0.68 0.24 340.62 1 0.38
Hex C3 0 3F 0 64 44 18 155 64 26
Octal 303 0 77 0 144 104 30 525 144 46
Binary 11000011 0 111111 0 1100100 1000100 11000 101010101 1100100 100110

Color Harmonies of #C3003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3003F

Black with #C3003F

Text Example


Text Example

White with #C3003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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