Html Css Color HEX #C4003E Cardinal

📋 copy color: '#C4003E'

red 196 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #C4003E

Tints of Cardinal #C4003E

RGB

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

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

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

R = 75.97%
G = 0%
B = 24.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4003E (or 0xC4003E) is known color: Cardinal. HEX triplet: C4, 00 and 3E. RGB value is (196,0,62). Sum of RGB (Red+Green+Blue) = 196+0+62=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003E is #3BFFC1. Grayscale: #414141. Windows color (decimal): -3932098 or 4063428. OLE color: 4063428.

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

Color convert

RGB 196 0 62 -
CMYK 0 1 0.68 0.23
HSL 341.02º 1% 0.38% -
HSV(B) 341.02º 1% 0.77% -
XYZ 23.63 12.08 5.64 -
YUV 65.67 125.93 220.96 -
System Red Green Blue C M Y K H S L
Decimal 196 0 62 0 1 0.68 0.23 341.02 1 0.38
Hex C4 0 3E 0 64 44 17 155 64 26
Octal 304 0 76 0 144 104 27 525 144 46
Binary 11000100 0 111110 0 1100100 1000100 10111 101010101 1100100 100110

Color Harmonies of #C4003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4003E

Black with #C4003E

Text Example


Text Example

White with #C4003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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