Html Css Color HEX #C4013E Cardinal

📋 copy color: '#C4013E'

red 196 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #C4013E

Tints of Cardinal #C4013E

RGB

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

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

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

R = 75.68%
G = 0.39%
B = 23.94%

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

#C4013E (or 0xC4013E) is known color: Cardinal. HEX triplet: C4, 01 and 3E. RGB value is (196,1,62). Sum of RGB (Red+Green+Blue) = 196+1+62=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4013E is #3BFEC1. Grayscale: #424242. Windows color (decimal): -3931842 or 4063684. OLE color: 4063684.

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

Color convert

RGB 196 1 62 -
CMYK 0 0.99 0.68 0.23
HSL 341.23º 0.99% 0.39% -
HSV(B) 341.23º 0.99% 0.77% -
XYZ 23.65 12.11 5.65 -
YUV 66.26 125.6 220.54 -
System Red Green Blue C M Y K H S L
Decimal 196 1 62 0 0.99 0.68 0.23 341.23 0.99 0.39
Hex C4 1 3E 0 63 44 17 155 63 27
Octal 304 1 76 0 143 104 27 525 143 47
Binary 11000100 1 111110 0 1100011 1000100 10111 101010101 1100011 100111

Color Harmonies of #C4013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4013E

Black with #C4013E

Text Example


Text Example

White with #C4013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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