Html Css Color HEX #C41741 Cardinal

📋 copy color: '#C41741'

red 196 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #C41741

Tints of Cardinal #C41741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 69.01%
G = 8.1%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41741 (or 0xC41741) is known color: Cardinal. HEX triplet: C4, 17 and 41. RGB value is (196,23,65). Sum of RGB (Red+Green+Blue) = 196+23+65=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41741 is #3BE8BE. Grayscale: #4F4F4F. Windows color (decimal): -3926207 or 4265924. OLE color: 4265924.

HSL color Cylindrical-coordinate representation of color #C41741: hue angle of 345.43º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41741 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 65 -
CMYK 0 0.88 0.67 0.23
HSL 345.43º 0.79% 0.43% -
HSV(B) 345.43º 0.88% 0.77% -
XYZ 24.03 12.73 6.19 -
YUV 79.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 196 23 65 0 0.88 0.67 0.23 345.43 0.79 0.43
Hex C4 17 41 0 58 43 17 159 4F 2B
Octal 304 27 101 0 130 103 27 531 117 53
Binary 11000100 10111 1000001 0 1011000 1000011 10111 101011001 1001111 101011

Color Harmonies of #C41741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41741

Black with #C41741

Text Example


Text Example

White with #C41741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41741; }

 p { color: rgb(196,23,65); }

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

background-color css

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

 a { background-color: rgb(196,23,65); }

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

border-color css

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

 span { border-color: rgb(196,23,65); }

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