Html Css Color HEX #C3013E Cardinal

📋 copy color: '#C3013E'

red 195 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #C3013E

Tints of Cardinal #C3013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 75.58%
G = 0.39%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3013E (or 0xC3013E) is known color: Cardinal. HEX triplet: C3, 01 and 3E. RGB value is (195,1,62). Sum of RGB (Red+Green+Blue) = 195+1+62=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3013E is #3CFEC1. Grayscale: #414141. Windows color (decimal): -3997378 or 4063683. OLE color: 4063683.

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

Color convert

RGB 195 1 62 -
CMYK 0 0.99 0.68 0.24
HSL 341.13º 0.99% 0.38% -
HSV(B) 341.13º 0.99% 0.76% -
XYZ 23.39 11.97 5.64 -
YUV 65.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 195 1 62 0 0.99 0.68 0.24 341.13 0.99 0.38
Hex C3 1 3E 0 63 44 18 155 63 26
Octal 303 1 76 0 143 104 30 525 143 46
Binary 11000011 1 111110 0 1100011 1000100 11000 101010101 1100011 100110

Color Harmonies of #C3013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3013E

Black with #C3013E

Text Example


Text Example

White with #C3013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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