Html Css Color HEX #C61E41 Cardinal

📋 copy color: '#C61E41'

red 198 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #C61E41

Tints of Cardinal #C61E41

RGB

 RED value IS 198 (77.73% from 255) = 67.58%

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 67.58%
G = 10.24%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C61E41 (or 0xC61E41) is known color: Cardinal. HEX triplet: C6, 1E and 41. RGB value is (198,30,65). Sum of RGB (Red+Green+Blue) = 198+30+65=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E41 is #39E1BE. Grayscale: #545454. Windows color (decimal): -3793343 or 4267718. OLE color: 4267718.

HSL color Cylindrical-coordinate representation of color #C61E41: hue angle of 347.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61E41 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 30 65 -
CMYK 0 0.85 0.67 0.22
HSL 347.5º 0.74% 0.45% -
HSV(B) 347.5º 0.85% 0.78% -
XYZ 24.71 13.32 6.27 -
YUV 84.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 198 30 65 0 0.85 0.67 0.22 347.5 0.74 0.45
Hex C6 1E 41 0 55 43 16 15C 4A 2D
Octal 306 36 101 0 125 103 26 534 112 55
Binary 11000110 11110 1000001 0 1010101 1000011 10110 101011100 1001010 101101

Color Harmonies of #C61E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E41

Black with #C61E41

Text Example


Text Example

White with #C61E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E41; }

 p { color: rgb(198,30,65); }

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

background-color css

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

 a { background-color: rgb(198,30,65); }

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

border-color css

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

 span { border-color: rgb(198,30,65); }

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