Html Css Color HEX #C61B41 Cardinal

📋 copy color: '#C61B41'

red 198 ◦ green 27 ◦ blue 65

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

Shades of Cardinal #C61B41

Tints of Cardinal #C61B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

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

R = 68.28%
G = 9.31%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C61B41 (or 0xC61B41) is known color: Cardinal. HEX triplet: C6, 1B and 41. RGB value is (198,27,65). Sum of RGB (Red+Green+Blue) = 198+27+65=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B41 is #39E4BE. Grayscale: #525252. Windows color (decimal): -3794111 or 4266950. OLE color: 4266950.

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

Color convert

RGB 198 27 65 -
CMYK 0 0.86 0.67 0.22
HSL 346.67º 0.76% 0.44% -
HSV(B) 346.67º 0.86% 0.78% -
XYZ 24.63 13.17 6.24 -
YUV 82.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 198 27 65 0 0.86 0.67 0.22 346.67 0.76 0.44
Hex C6 1B 41 0 56 43 16 15B 4C 2C
Octal 306 33 101 0 126 103 26 533 114 54
Binary 11000110 11011 1000001 0 1010110 1000011 10110 101011011 1001100 101100

Color Harmonies of #C61B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B41

Black with #C61B41

Text Example


Text Example

White with #C61B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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