Html Css Color HEX #C3013C Cardinal

📋 copy color: '#C3013C'

red 195 ◦ green 1 ◦ blue 60

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

Shades of Cardinal #C3013C

Tints of Cardinal #C3013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 76.17%
G = 0.39%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3013C (or 0xC3013C) is known color: Cardinal. HEX triplet: C3, 01 and 3C. RGB value is (195,1,60). Sum of RGB (Red+Green+Blue) = 195+1+60=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3013C is #3CFEC3. Grayscale: #414141. Windows color (decimal): -3997380 or 3932611. OLE color: 3932611.

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

Color convert

RGB 195 1 60 -
CMYK 0 0.99 0.69 0.24
HSL 341.75º 0.99% 0.38% -
HSV(B) 341.75º 0.99% 0.76% -
XYZ 23.33 11.95 5.35 -
YUV 65.73 124.77 220.2 -
System Red Green Blue C M Y K H S L
Decimal 195 1 60 0 0.99 0.69 0.24 341.75 0.99 0.38
Hex C3 1 3C 0 63 45 18 156 63 26
Octal 303 1 74 0 143 105 30 526 143 46
Binary 11000011 1 111100 0 1100011 1000101 11000 101010110 1100011 100110

Color Harmonies of #C3013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3013C

Black with #C3013C

Text Example


Text Example

White with #C3013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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