Html Css Color HEX #C61B36 Cardinal

📋 copy color: '#C61B36'

red 198 ◦ green 27 ◦ blue 54

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

Shades of Cardinal #C61B36

Tints of Cardinal #C61B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 70.97%
G = 9.68%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C61B36 (or 0xC61B36) is known color: Cardinal. HEX triplet: C6, 1B and 36. RGB value is (198,27,54). Sum of RGB (Red+Green+Blue) = 198+27+54=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B36 is #39E4C9. Grayscale: #515151. Windows color (decimal): -3794122 or 3546054. OLE color: 3546054.

HSL color Cylindrical-coordinate representation of color #C61B36: hue angle of 350.53º 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 #C61B36 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 54 -
CMYK 0 0.86 0.73 0.22
HSL 350.53º 0.76% 0.44% -
HSV(B) 350.53º 0.86% 0.78% -
XYZ 24.35 13.06 4.73 -
YUV 81.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 198 27 54 0 0.86 0.73 0.22 350.53 0.76 0.44
Hex C6 1B 36 0 56 49 16 15F 4C 2C
Octal 306 33 66 0 126 111 26 537 114 54
Binary 11000110 11011 110110 0 1010110 1001001 10110 101011111 1001100 101100

Color Harmonies of #C61B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B36

Black with #C61B36

Text Example


Text Example

White with #C61B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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