Html Css Color HEX #C40039 Cardinal

📋 copy color: '#C40039'

red 196 ◦ green 0 ◦ blue 57

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

Shades of Cardinal #C40039

Tints of Cardinal #C40039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 77.47%
G = 0%
B = 22.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C40039 (or 0xC40039) is known color: Cardinal. HEX triplet: C4, 00 and 39. RGB value is (196,0,57). Sum of RGB (Red+Green+Blue) = 196+0+57=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C40039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40039 is #3BFFC6. Grayscale: #414141. Windows color (decimal): -3932103 or 3735748. OLE color: 3735748.

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

Color convert

RGB 196 0 57 -
CMYK 0 1 0.71 0.23
HSL 342.55º 1% 0.38% -
HSV(B) 342.55º 1% 0.77% -
XYZ 23.5 12.03 4.95 -
YUV 65.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 196 0 57 0 1 0.71 0.23 342.55 1 0.38
Hex C4 0 39 0 64 47 17 157 64 26
Octal 304 0 71 0 144 107 27 527 144 46
Binary 11000100 0 111001 0 1100100 1000111 10111 101010111 1100100 100110

Color Harmonies of #C40039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40039

Black with #C40039

Text Example


Text Example

White with #C40039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40039; }

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

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

background-color css

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

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

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

border-color css

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

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

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