Html Css Color HEX #C4013F Cardinal

📋 copy color: '#C4013F'

red 196 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #C4013F

Tints of Cardinal #C4013F

RGB

 RED value IS 196 (76.95% from 255) = 75.38%

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

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

R = 75.38%
G = 0.38%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4013F (or 0xC4013F) is known color: Cardinal. HEX triplet: C4, 01 and 3F. RGB value is (196,1,63). Sum of RGB (Red+Green+Blue) = 196+1+63=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4013F is #3BFEC0. Grayscale: #424242. Windows color (decimal): -3931841 or 4129220. OLE color: 4129220.

HSL color Cylindrical-coordinate representation of color #C4013F: hue angle of 340.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4013F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 63 -
CMYK 0 0.99 0.68 0.23
HSL 340.92º 0.99% 0.39% -
HSV(B) 340.92º 0.99% 0.77% -
XYZ 23.67 12.12 5.79 -
YUV 66.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 196 1 63 0 0.99 0.68 0.23 340.92 0.99 0.39
Hex C4 1 3F 0 63 44 17 155 63 27
Octal 304 1 77 0 143 104 27 525 143 47
Binary 11000100 1 111111 0 1100011 1000100 10111 101010101 1100011 100111

Color Harmonies of #C4013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4013F

Black with #C4013F

Text Example


Text Example

White with #C4013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4013F; }

 p { color: rgb(196,1,63); }

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

background-color css

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

 a { background-color: rgb(196,1,63); }

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

border-color css

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

 span { border-color: rgb(196,1,63); }

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